
Time bar (total: 18.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 0 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 1 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 2 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 3 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 4 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 5 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 6 |
| 6.8% | 0% | 0% | 100% | 0% | 0% | 0% | 7 |
| 15.9% | 0% | 0% | 100% | 0% | 0% | 0% | 8 |
| 23.1% | 0% | 0% | 100% | 0% | 0% | 0% | 9 |
| 36.5% | 0% | 0% | 100% | 0% | 0% | 0% | 10 |
| 45.4% | 0% | 0% | 100% | 0% | 0% | 0% | 11 |
| 52.3% | 0% | 0% | 100% | 0% | 0% | 0% | 12 |
Compiled 43 to 25 computations (41.9% saved)
ival-<: 58.0ms (27.7% of total)ival-neg: 36.0ms (17.2% of total)ival-mult: 33.0ms (15.7% of total)...c/correct-round.rkt:119:19: 33.0ms (15.7% of total)ival-sqrt: 12.0ms (5.7% of total)ival-div: 11.0ms (5.2% of total)ival-add: 8.0ms (3.8% of total)ival-sub: 8.0ms (3.8% of total)ival-and: 8.0ms (3.8% of total)const: 2.0ms (1% of total)backward-pass: 1.0ms (0.5% of total)| 2.3s | 7184× | 1 | valid |
| 226.0ms | 1072× | 0 | valid |
| 163.0ms | 1155× | 0 | invalid |
ival-mult: 622.0ms (29.5% of total)ival-<: 342.0ms (16.2% of total)...c/correct-round.rkt:119:19: 243.0ms (11.5% of total)backward-pass: 224.0ms (10.6% of total)ival-sqrt: 164.0ms (7.8% of total)ival-div: 140.0ms (6.6% of total)ival-sub: 113.0ms (5.4% of total)ival-neg: 108.0ms (5.1% of total)ival-add: 94.0ms (4.5% of total)ival-and: 47.0ms (2.2% of total)const: 14.0ms (0.7% of total)| 2× | egg-herbie |
| 2336× | fnmadd-define |
| 1694× | fma-define |
| 1664× | div-sub |
| 1628× | sum5-define |
| 1602× | fmsub-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 165 |
| 1 | 176 | 150 |
| 2 | 517 | 150 |
| 3 | 1427 | 150 |
| 4 | 4581 | 150 |
| 0 | 12 | 16 |
| 1 | 30 | 15 |
| 2 | 69 | 15 |
| 3 | 168 | 15 |
| 4 | 292 | 15 |
| 5 | 521 | 15 |
| 6 | 1034 | 15 |
| 7 | 2217 | 15 |
| 8 | 5226 | 15 |
| 9 | 7778 | 15 |
| 0 | 8194 | 15 |
| 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 a (*.f64 c #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 (fmsub b b (* a (* 3 c)))) b) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a))) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) 1/3) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ b (sqrt (fmsub b b (* a (* 3 c))))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a)) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) -1/3) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a)))) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) -1/3) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a))) |
(/ (+ b (sqrt (fmsub b b (* a (* 3 c))))) (* a -3)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a))) |
(* (/ (- b (sqrt (fmsub b b (* a (* c -3))))) a) 1/3) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 3 b) c)))) (* 3 b)) |
(/ (- (sqrt (fmsub a a (* b (* 3 c)))) a) (* b 3)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 c) a)))) (* 3 c)) |
(/ (- (sqrt (fmsub b b (* a (* 3 c)))) b) (* 3 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 3 a) b)))) (* 3 a)) |
(/ (- (sqrt (fma b (* a -3) (* c c))) c) (* 3 a)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 253 | 0 | - | 2 | (199.30934218849248 0.031229988434122165 4.302641050979658e-8) | (+.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 |
| 148.0ms | 444× | 1 | valid |
| 8.0ms | 68× | 0 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 37.0ms (44.2% of total)ival-sub: 10.0ms (11.9% of total)backward-pass: 9.0ms (10.7% of total)ival-sqrt: 8.0ms (9.6% of total)ival-div: 7.0ms (8.4% of total)ival-neg: 6.0ms (7.2% of total)ival-add: 5.0ms (6% of total)const: 1.0ms (1.2% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 17.8% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 2884× | fnmadd-define |
| 1658× | fma-define |
| 1490× | fnmsub-define |
| 1382× | fmm-def |
| 1330× | fmsub-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 62 |
| 1 | 27 | 62 |
| 2 | 55 | 62 |
| 3 | 84 | 62 |
| 4 | 144 | 62 |
| 5 | 258 | 62 |
| 6 | 481 | 62 |
| 7 | 943 | 62 |
| 8 | 2140 | 62 |
| 9 | 4656 | 62 |
| 10 | 7374 | 62 |
| 0 | 8069 | 62 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
(* 3 a) |
3 |
| Outputs |
|---|
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal -3 binary64)) a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 a (*.f64 c #s(literal -3 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 17.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| 90.0ms | 222× | 1 | valid |
| 4.0ms | 34× | 0 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 41.0ms (69.5% of total)backward-pass: 5.0ms (8.5% of total)ival-div: 4.0ms (6.8% of total)ival-sqrt: 4.0ms (6.8% of total)ival-sub: 3.0ms (5.1% of total)ival-add: 2.0ms (3.4% of total)const: 1.0ms (1.7% of total)| Inputs |
|---|
#<alt (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a))> |
#<alt (- (sqrt (+ (* b b) (* a (* c -3)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -3))))> |
#<alt (+ (* b b) (* a (* c -3)))> |
#<alt (* a (* c -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 (+ (* -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/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 (* (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 (* 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 (* -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/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 (* 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 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 (* -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 (* 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))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | c | @ | -inf | (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
| 1.0ms | b | @ | inf | (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
| 1.0ms | a | @ | inf | (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
| 1.0ms | c | @ | -inf | (sqrt (+ (* b b) (* a (* c -3)))) |
| 1.0ms | b | @ | 0 | (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
| 1× | batch-egg-rewrite |
| 4750× | *-lowering-*.f32 |
| 4750× | *-lowering-*.f64 |
| 3208× | /-lowering-/.f32 |
| 3208× | /-lowering-/.f64 |
| 1988× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 48 |
| 1 | 62 | 48 |
| 2 | 533 | 48 |
| 3 | 7518 | 48 |
| 0 | 8810 | 48 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* a (* c -3)) |
| Outputs |
|---|
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(fma.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 #s(literal -1/3 binary64) a))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b))) (neg.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (pow.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (-.f64 (*.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a #s(literal 3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/3 binary64) a)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a) #s(literal -3 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal -1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 a #s(literal 3 binary64))) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a #s(literal 3 binary64))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(-.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 0 binary64)) b) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(neg.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) (+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 9/2 binary64)) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(*.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (pow.f64 (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) #s(literal 2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) (sqrt.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (neg.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(-.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(fma.f64 b b (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (+.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal 81 binary64))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) #s(literal 1 binary64)) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) #s(literal 1 binary64)) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) (+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))))) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 3 binary64))))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 (*.f64 c #s(literal -3 binary64)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64))) (-.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c)))) (*.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal 3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 a c))))) (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) #s(literal -27 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(neg.f64 (*.f64 c (*.f64 a #s(literal 3 binary64)))) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (*.f64 a c) #s(literal -3 binary64)) |
(*.f64 (*.f64 c #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 3 binary64)) |
(*.f64 (*.f64 c #s(literal -1 binary64)) (*.f64 a #s(literal 3 binary64))) |
| 1× | egg-herbie |
| 5990× | *-lowering-*.f32 |
| 5990× | *-lowering-*.f64 |
| 2330× | +-lowering-+.f64 |
| 2330× | +-lowering-+.f32 |
| 1558× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3361 |
| 1 | 1915 | 3319 |
| 2 | 7254 | 3319 |
| 0 | 8098 | 3319 |
| 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)) |
(+ (* -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/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))))))) |
(* (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)) |
(* 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)))))) |
(* -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/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 (* 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)))))))) |
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)))))))) |
(* -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)) |
(* 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)) |
(* -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 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c) (*.f64 c c))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #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 a (*.f64 c (*.f64 c 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 c #s(literal -1/2 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 c (*.f64 c 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) |
(+ (* -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 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c) (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (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/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 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (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 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) 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 (*.f64 #s(literal -1/3 binary64) 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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c)))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) c) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #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 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) 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 c (*.f64 a (*.f64 a a))))))) c)) 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 #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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)) (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 a (*.f64 c (*.f64 c 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 a (*.f64 c (*.f64 c 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 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c 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)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (*.f64 c (/.f64 (/.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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ 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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) 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))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.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 a (*.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 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (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)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) b) a)) #s(literal -1 binary64))) |
(* -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 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (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 #s(literal -27/16 binary64) (*.f64 a (*.f64 a (/.f64 a (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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b 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))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/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 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 (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 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 c c))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/8 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))))) |
(* 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 a (*.f64 c (*.f64 c 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 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c 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 (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c) (*.f64 c c))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c) (*.f64 c c))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c) (*.f64 c c))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -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 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c) (*.f64 c c))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1/8 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64))))) (neg.f64 a)) |
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 c (*.f64 a (*.f64 a a))) #s(literal -27/16 binary64)) (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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (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 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (+.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 (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)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64))))) (neg.f64 c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
Compiled 22288 to 2065 computations (90.7% saved)
41 alts after pruning (40 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 525 | 40 | 565 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 525 | 41 | 566 |
| Status | Accuracy | Program |
|---|---|---|
| 18.1% | (/.f64 (/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 18.2% | (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 97.1% | (/.f64 (/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c 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)) | |
| 95.3% | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 89.9% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 17.8% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) | |
| ▶ | 17.9% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
| 17.1% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) | |
| 13.2% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 15.2% | (/.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)) | |
| 18.0% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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))) | |
| ▶ | 18.2% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
| 17.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 17.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| 17.6% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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))) | |
| 17.9% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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)) | |
| 17.8% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64)))))) a)) | |
| ✓ | 17.8% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 17.9% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 97.5% | (/.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 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) | |
| 17.5% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) | |
| 95.7% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 18.2% | (/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) | |
| 95.4% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 90.4% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 95.1% | (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) (*.f64 #s(literal 3 binary64) a)) | |
| 96.9% | (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)))))) (*.f64 #s(literal 3 binary64) a)) | |
| 97.6% | (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 17.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) | |
| 17.8% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) | |
| 17.5% | (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) | |
| 17.9% | (+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (/.f64 b (*.f64 a #s(literal 3 binary64))))) | |
| 95.7% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) | |
| ▶ | 98.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 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)))))))) |
| 97.5% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) | |
| ▶ | 17.8% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| 17.6% | (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) | |
| 95.4% | (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) | |
| 97.9% | (*.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 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) | |
| 97.2% | (*.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 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
Compiled 3001 to 1525 computations (49.2% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
| ✓ | cost-diff | 512 | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) |
| ✓ | cost-diff | 384 | (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) |
| ✓ | cost-diff | 640 | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| ✓ | cost-diff | 256 | (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b))))) |
| ✓ | cost-diff | 384 | (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)))))) |
| ✓ | cost-diff | 384 | (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b))))))) |
| ✓ | cost-diff | 384 | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)))))))) |
| 4418× | *-lowering-*.f32 |
| 4418× | *-lowering-*.f64 |
| 3512× | /-lowering-/.f32 |
| 3512× | /-lowering-/.f64 |
| 1486× | fma-lowering-fma.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 630 |
| 1 | 174 | 618 |
| 2 | 591 | 603 |
| 3 | 2149 | 575 |
| 4 | 7594 | 574 |
| 0 | 8059 | 574 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(* -3/8 (* c c)) |
-3/8 |
(* c c) |
(* b (* b b)) |
(* b b) |
(* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))) |
(+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))) |
(/ (* (* c (* c c)) -9/16) (pow b 5)) |
(* (* c (* c c)) -9/16) |
(* c (* c c)) |
-9/16 |
(pow b 5) |
5 |
(* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))) |
-1/6 |
(* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(* (pow c 4) 405/64) |
(pow c 4) |
4 |
405/64 |
(pow b 6) |
6 |
(/ a b) |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(* (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 1/3) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
1/3 |
(/ (- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3))) |
(- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b)) |
(* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) |
(/ (sqrt (+ (* b b) (* a (* c -3)))) a) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
(* a 3) |
3 |
(* 3 b) |
(* 3 (* a 3)) |
(/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
(- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) |
(/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
(* (* a a) 9) |
(* a a) |
9 |
(/ (* b b) (* (* a a) 9)) |
(* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(/ 1/3 a) |
1/3 |
(+ b (sqrt (+ (* b b) (* a (* c -3))))) |
(sqrt (+ (* b b) (* a (* c -3)))) |
| Outputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))))) |
(+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)) (/.f64 a (pow.f64 b #s(literal 7 binary64))))) (*.f64 a a)) (*.f64 (/.f64 c b) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/8 binary64))) 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 (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))))) |
(*.f64 a (+.f64 (*.f64 a (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)) (/.f64 a (pow.f64 b #s(literal 7 binary64))))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))) |
(+.f64 (*.f64 a (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)) (/.f64 a (pow.f64 b #s(literal 7 binary64))))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(* -3/8 (* c c)) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(* c c) |
(*.f64 c c) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)) (/.f64 a (pow.f64 b #s(literal 7 binary64)))))) |
(+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))) |
(+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)) (/.f64 a (pow.f64 b #s(literal 7 binary64))))) |
(/ (* (* c (* c c)) -9/16) (pow b 5)) |
(/.f64 (*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* (* c (* c c)) -9/16) |
(*.f64 c (*.f64 (*.f64 c c) #s(literal -9/16 binary64))) |
(* c (* c c)) |
(*.f64 c (*.f64 c c)) |
-9/16 |
#s(literal -9/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))) |
(*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64)) (/.f64 a (pow.f64 b #s(literal 7 binary64)))) |
-1/6 |
#s(literal -1/6 binary64) |
(* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)) |
(/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 7 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) |
(/ a b) |
(/.f64 a 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 |
(* (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 1/3) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
1/3 |
#s(literal 1/3 binary64) |
(/ (- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) |
(/ (sqrt (+ (* b b) (* a (* c -3)))) a) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(* a 3) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 (* a 3)) |
(*.f64 a #s(literal 9 binary64)) |
(/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
(/.f64 (+.f64 (*.f64 b (/.f64 (/.f64 b a) #s(literal -3 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 b (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64)))) |
(/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(* (* a a) 9) |
(*.f64 a (*.f64 a #s(literal 9 binary64))) |
(* a a) |
(*.f64 a a) |
9 |
#s(literal 9 binary64) |
(/ (* b b) (* (* a a) 9)) |
(*.f64 b (/.f64 b (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
(+ b (sqrt (+ (* b b) (* a (* c -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.5% | (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
| ✓ | accuracy | 18.0% | (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 a (*.f64 c #s(literal -3 binary64))) |
| ✓ | accuracy | 99.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.4% | (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) |
| ✓ | accuracy | 18.6% | (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) |
| ✓ | accuracy | 99.6% | (*.f64 a (*.f64 c #s(literal -3 binary64))) |
| ✓ | accuracy | 99.5% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) |
| ✓ | accuracy | 99.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| ✓ | accuracy | 17.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.5% | (/.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 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.4% | (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b))) |
| 420.0ms | 223× | 1 | valid |
| 20.0ms | 33× | 0 | valid |
Compiled 690 to 62 computations (91% saved)
ival-mult: 94.0ms (30% of total)ival-div: 83.0ms (26.5% of total)ival-pow: 56.0ms (17.9% of total)backward-pass: 23.0ms (7.4% of total)...c/correct-round.rkt:119:19: 21.0ms (6.7% of total)ival-add: 14.0ms (4.5% of total)ival-sqrt: 12.0ms (3.8% of total)ival-sub: 7.0ms (2.2% of total)const: 3.0ms (1% of total)| Inputs |
|---|
#<alt (+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))))))> |
#<alt (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))))> |
#<alt (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))))> |
#<alt (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))> |
#<alt (/ (* c -1/2) b)> |
#<alt (* c -1/2)> |
#<alt (* (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 1/3)> |
#<alt (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a)> |
#<alt (- (sqrt (+ (* b b) (* a (* c -3)))) b)> |
#<alt (sqrt (+ (* b b) (* a (* c -3))))> |
#<alt (/ (- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3)))> |
#<alt (- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b))> |
#<alt (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3))> |
#<alt (* 3 (* a 3))> |
#<alt (/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3)))))))> |
#<alt (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9)))> |
#<alt (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9))> |
#<alt (+ (* b b) (* a (* c -3)))> |
#<alt (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))> |
#<alt (/ (* -3/8 (* c c)) (* b (* b b)))> |
#<alt (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))> |
#<alt (/ (* (pow c 4) 405/64) (pow b 6))> |
#<alt (* a (* c -3))> |
#<alt (/ 1/3 a)> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* 1/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 (+ (* -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/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 (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* -3/2 (/ c b))> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2 (/ b a))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (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 (* 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 (* -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/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 (* 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 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 (* 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 (+ (* -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/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3)))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3)))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -6 b)> |
#<alt (* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a))))> |
#<alt (* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c))))> |
#<alt (* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (* 3 b)> |
#<alt (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -3 b)> |
#<alt (* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* 3 b)> |
#<alt (+ (* -9/2 (/ (* a c) b)) (* 3 b))> |
#<alt (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* 3 b)> |
#<alt (+ (* -9/2 (/ (* a c) b)) (* 3 b))> |
#<alt (+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2))))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/6 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 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 (/ (+ (* -3 (/ (+ (* 9/128 (* (pow a 3) (pow c 4))) (* 9/32 (* (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 (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -3 (/ (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2)))) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2))))))) (+ (* -3/16 (* (pow a 2) (pow c 3))) (* 2/27 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) c))))) (pow b 6))) (+ (* -3 (/ (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2)))) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -3 (* a (+ (* 9/128 (/ (pow c 4) (pow b 7))) (* 9/32 (/ (pow c 4) (pow b 7)))))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a)> |
#<alt (/ (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2)))) a)> |
#<alt (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* 1/6 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 (/ (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 (/ (* a b) (pow (sqrt 3) 2)))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/6 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 3 (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) a))) a))) 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 (+ (* -3 (* c (+ (* 9/128 (/ (pow a 3) (pow b 7))) (* 9/32 (/ (pow a 3) (pow b 7)))))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))))> |
#<alt (+ (* -3 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* 1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3))) (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (+ (* 3 (/ (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt 3) 4))))) c))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2))))> |
#<alt (+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2))))> |
#<alt (+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2))))> |
#<alt (* 1/9 (/ (pow b 2) (pow a 2)))> |
#<alt (* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2)))))> |
#<alt (* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2)))))> |
#<alt (* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2)))))> |
#<alt (* 1/9 (/ (pow b 2) (pow a 2)))> |
#<alt (* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2)))))> |
#<alt (* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2)))))> |
#<alt (* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2)))))> |
#<alt (* 1/9 (/ (pow b 2) (pow a 2)))> |
#<alt (/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2))> |
#<alt (/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2))> |
#<alt (/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2))> |
#<alt (* -1/3 (/ c a))> |
#<alt (/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a)> |
#<alt (/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a)> |
#<alt (/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a)> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a))> |
#<alt (* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a))> |
#<alt (* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a))> |
#<alt (* 1/9 (/ (pow b 2) (pow a 2)))> |
#<alt (+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2))))> |
#<alt (+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2))))> |
#<alt (+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2))))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))> |
#<alt (* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))> |
#<alt (* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 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 (* 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 (* -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 (* -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 (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
186 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | c | @ | 0 | (/ (* (pow c 4) 405/64) (pow b 6)) |
| 6.0ms | c | @ | inf | (/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
| 5.0ms | c | @ | -inf | (* c -1/2) |
| 5.0ms | c | @ | -inf | (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) |
| 2.0ms | c | @ | -inf | (+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))))) |
| 1× | batch-egg-rewrite |
| 4736× | *-lowering-*.f32 |
| 4736× | *-lowering-*.f64 |
| 2254× | /-lowering-/.f32 |
| 2254× | /-lowering-/.f64 |
| 1968× | pow-lowering-pow.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 394 |
| 1 | 377 | 368 |
| 2 | 4109 | 366 |
| 0 | 8301 | 366 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))))) |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))))) |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)))))) |
(* a (+ (/ (* (* c (* c c)) -9/16) (pow b 5)) (* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
(* (/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) 1/3) |
(/ (- (sqrt (+ (* b b) (* a (* c -3)))) b) a) |
(- (sqrt (+ (* b b) (* a (* c -3)))) b) |
(sqrt (+ (* b b) (* a (* c -3)))) |
(/ (- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b)) (* 3 (* a 3))) |
(- (* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) (* 3 b)) |
(* (/ (sqrt (+ (* b b) (* a (* c -3)))) a) (* a 3)) |
(* 3 (* a 3)) |
(/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
(- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) |
(/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) |
(+ (* b b) (* a (* c -3))) |
(* -1/6 (* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(* (/ (* (pow c 4) 405/64) (pow b 6)) (/ a b)) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(* a (* c -3)) |
(/ 1/3 a) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))))) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))))) (/.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))))) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) a (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64)) (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) a) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))) (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (*.f64 b (*.f64 b b))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))))) |
(+.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))))) |
(+.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) a (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a))) |
(/.f64 (+.f64 (pow.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a))) (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))))) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)))) (-.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (*.f64 a a)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64))) a) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64))) a) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) a) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) |
(+.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b))) |
(+.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a))) |
(-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) |
(fma.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) 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 c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) |
(fma.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 a (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))) (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (pow.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))))))) |
(+.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a))) |
(+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)) (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) |
(fma.f64 a (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a))) |
(fma.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) a (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal 3 binary64)) (*.f64 #s(literal -729/4096 binary64) (pow.f64 b #s(literal -15 binary64)))) (pow.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a))) (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (*.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)))) (-.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) a)))) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 9 binary64)) #s(literal -729/4096 binary64)) (pow.f64 b #s(literal 15 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))) (*.f64 #s(literal 1/36 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a))))))) (+.f64 (pow.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))))))) |
(/.f64 (*.f64 a (-.f64 (pow.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)))))) (-.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 9 binary64)) #s(literal -729/4096 binary64)) (pow.f64 b #s(literal 15 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))) (*.f64 #s(literal 1/36 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)))))) a) (+.f64 (pow.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal 1/36 binary64) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a))))) a) (-.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))) |
(*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64)))) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (*.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) (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 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 c (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) #s(literal 1/3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) #s(literal 1/3 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) a) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) a)) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (neg.f64 (/.f64 b a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 b a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 b a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (neg.f64 (/.f64 b a))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (neg.f64 (/.f64 b a))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) a) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (*.f64 a b)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 b a) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (+.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (/.f64 (*.f64 b b) (*.f64 a a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1/4 binary64)) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (/.f64 #s(literal 3 binary64) (*.f64 a #s(literal 9 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) #s(literal 3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) #s(literal 3 binary64)) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64))) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64)) #s(literal 3 binary64)) a) |
(pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal -3 binary64))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (+.f64 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal 3 binary64))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(-.f64 (/.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) (/.f64 (*.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) |
(fma.f64 a (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 a (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 a #s(literal 1/3 binary64)) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 #s(literal 3 binary64) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) #s(literal 3 binary64) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) #s(literal 3 binary64) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) #s(literal 3 binary64)) a (*.f64 b #s(literal -3 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) #s(literal 3 binary64)) a (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 b #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 3 binary64) (-.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)) |
(*.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) b)))) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 a #s(literal 1/3 binary64))) a) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(pow.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) |
(*.f64 (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) #s(literal 3 binary64)) a) |
(*.f64 a #s(literal 9 binary64)) |
(*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)) |
(*.f64 #s(literal 9 binary64) a) |
(+.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(fma.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(fma.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) a (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(/.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) (+.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) #s(literal 1 binary64)) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 #s(literal 1/3 binary64) a)) |
(pow.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a))) #s(literal -1 binary64)) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) a) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(+.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 a (*.f64 a #s(literal 9 binary64))))) b) (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) (/.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(fma.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) #s(literal 1/9 binary64) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 9 binary64)) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) #s(literal 81 binary64)) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b)))) (neg.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) (neg.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) a) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a a)) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) #s(literal 9 binary64)) (*.f64 a a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (neg.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a))) #s(literal -9 binary64)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) a) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 9 binary64)) (*.f64 a a)) |
(pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 9 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
(*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(fma.f64 b b (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(fma.f64 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 a) #s(literal -3 binary64) (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) a) b) |
(/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a))) (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) b) |
(/.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (/.f64 b a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) #s(literal -1/6 binary64)) (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal -1/6 binary64)) b) |
(/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a)) #s(literal -1/6 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(*.f64 #s(literal -1/6 binary64) (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a))) |
(*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) #s(literal -1/6 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 a b)) |
(*.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 a b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) a) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.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 c c) (*.f64 b b))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.f64 b b)) b) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) b) b) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(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 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 c c) (/.f64 #s(literal -3/8 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 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 (*.f64 c c) b)) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (/.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 (/.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 c #s(literal -3/8 binary64)) b) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 b b)) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) #s(literal -3/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) #s(literal -3/8 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c #s(literal -3/8 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -3/8 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 b c) #s(literal -1 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a)) |
(/.f64 (/.f64 a b) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) b)) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 b a))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) b)) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 b a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 b (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (*.f64 (/.f64 b a) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a))) (neg.f64 (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (/.f64 b a)) |
(/.f64 (*.f64 (/.f64 a b) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (/.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a)) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(pow.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) (/.f64 b a)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 a b))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 a b))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 a (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 (/.f64 a b) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 a b)) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 405/64 binary64) a)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 a b) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 (/.f64 a b) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(pow.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c c) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 #s(literal 405/64 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal -405/64 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 c (*.f64 c (*.f64 c c)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 405/64 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 405/64 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 405/64 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 405/64 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 c (*.f64 #s(literal -3 binary64) a)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
| 1× | egg-herbie |
| 7264× | *-lowering-*.f32 |
| 7264× | *-lowering-*.f64 |
| 4192× | +-lowering-+.f64 |
| 4192× | +-lowering-+.f32 |
| 1898× | distribute-lft-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1390 | 14124 |
| 1 | 4951 | 13979 |
| 0 | 8670 | 13979 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* 1/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)) |
(+ (* -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/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))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(* -3/2 (/ c b)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2 (/ b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(* -3/2 (/ c b)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(* -3/2 (/ c b)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* (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)) |
(* 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)))))) |
(* -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/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 (* 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)))))))) |
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)))))))) |
(* 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)) |
(+ (* -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/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3))) |
(* -9/2 (/ (* a c) b)) |
(/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -6 b) |
(* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -9/2 (/ (* a c) b)) |
(* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))) |
(* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -9/2 (/ (* a c) b)) |
(* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c)))) |
(* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c)))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c))))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* 3 b) |
(* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -3 b) |
(* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* 3 b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))) |
(* 3 b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/6 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 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) |
(/ (+ (* -3 (/ (+ (* 9/128 (* (pow a 3) (pow c 4))) (* 9/32 (* (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) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -3 (/ (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2)))) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2))))))) (+ (* -3/16 (* (pow a 2) (pow c 3))) (* 2/27 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) c))))) (pow b 6))) (+ (* -3 (/ (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2)))) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -3 (* a (+ (* 9/128 (/ (pow c 4) (pow b 7))) (* 9/32 (/ (pow c 4) (pow b 7)))))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/ (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2)))) a) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* 1/6 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 (/ (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 (/ (* a b) (pow (sqrt 3) 2)))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/6 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 3 (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) a))) a))) 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 (+ (* -3 (* c (+ (* 9/128 (/ (pow a 3) (pow b 7))) (* 9/32 (/ (pow a 3) (pow b 7)))))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))) |
(+ (* -3 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* 1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3))) (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (+ (* 3 (/ (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt 3) 4))))) c))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2)) |
(/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2)) |
(/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2)) |
(* -1/3 (/ c a)) |
(/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a) |
(/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a) |
(/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a) |
(* -1/3 (/ c a)) |
(* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a)) |
(* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a)) |
(* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a)) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(* -1/3 (/ c a)) |
(* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))) |
(* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))) |
(* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))) |
(* -1/3 (/ c a)) |
(* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))) |
(* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))) |
(* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 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)) |
(* 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)))) |
(* -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))) |
(* -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))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) 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 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (*.f64 #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 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -3/8 binary64) 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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c c)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c c)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c c)) (*.f64 b b)) (+.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 135/128 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c c)) (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c c)) (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c c)) (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 #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 -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 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 #s(literal -9/16 binary64) (/.f64 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 #s(literal -9/16 binary64) (/.f64 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 #s(literal -9/16 binary64) (/.f64 a (*.f64 c (pow.f64 b #s(literal 5 binary64))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* -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 #s(literal -9/16 binary64) (/.f64 a (*.f64 c (pow.f64 b #s(literal 5 binary64))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 c (pow.f64 b #s(literal 5 binary64))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 c (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 c (pow.f64 b #s(literal 5 binary64))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 c (pow.f64 b #s(literal 5 binary64))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 a (*.f64 c (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b)))) (neg.f64 (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b)))) (neg.f64 (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b)))) (neg.f64 (pow.f64 b #s(literal 5 binary64)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* 1/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 b (*.f64 a #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))))) (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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.f64 c c) b))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.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 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -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 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 a #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 b (*.f64 a #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 (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 b (*.f64 a #s(literal -3 binary64))) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) 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 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (*.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 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1 binary64) a)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64)) (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) a) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) a) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64)) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) a) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b)))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(-.f64 (/.f64 b (neg.f64 a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #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/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) #s(literal -27/16 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (-.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (-.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a 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) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/8 binary64))) (/.f64 b (*.f64 c a)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (+.f64 (/.f64 b (*.f64 c a)) (*.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 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (*.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 b a)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 b (neg.f64 a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.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) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 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))))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (/.f64 b (neg.f64 a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) a)) (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 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) 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 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #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)) b) c)) (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 (*.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 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (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 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c a) (*.f64 c 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 (+.f64 #s(literal 1 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))))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c a) (*.f64 c 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 (+.f64 #s(literal 1 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))))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (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 -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.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))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 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)))))) (neg.f64 a)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) 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 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #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 #s(literal 1 binary64) (*.f64 (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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))))))) (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 b (*.f64 a #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))))) (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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.f64 c c) b))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.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 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -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 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 a #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 b (*.f64 a #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 (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 b (*.f64 a #s(literal -3 binary64))) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) 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 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (*.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 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.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/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -3 binary64)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -3 binary64)))) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) |
(/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -81/16 binary64))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -81/16 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 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 (+ 6 (* -9/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 6 binary64) (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -81/16 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) |
(* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c c) b)))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c c) b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.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/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (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 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 b #s(literal -3 binary64)) a)))) |
(* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 (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 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 b #s(literal -3 binary64)) a))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/2 binary64)) (*.f64 b #s(literal -3 binary64))) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) #s(literal 3/2 binary64))) (neg.f64 a)) (*.f64 b #s(literal -3 binary64))) a)) (neg.f64 a)) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) |
(* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.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/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3/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 #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/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 #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 #s(literal 3/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 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 b #s(literal -3 binary64)) c))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/2 binary64)) (*.f64 b #s(literal -3 binary64))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 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 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3/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 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (*.f64 b #s(literal -3 binary64))) c)) (neg.f64 c)) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 #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/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (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/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 #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 #s(literal -3/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.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 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal 3/16 binary64))))))) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b)))) |
(* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) |
(* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -81/16 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -3 b) |
(*.f64 b #s(literal -3 binary64)) |
(* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -81/16 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 b #s(literal 3 binary64))) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b))))) (*.f64 b #s(literal 3 binary64))) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c c) b)))))) (*.f64 b #s(literal 3 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/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 3 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/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.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/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (*.f64 (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 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 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/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (+.f64 (*.f64 #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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 3/16 binary64)))) (neg.f64 a)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 b #s(literal 3 binary64))) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.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 a (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 (*.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 -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/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #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 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.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 a (*.f64 c (*.f64 c c)))))))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 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 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.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 3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #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 3/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 -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/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (+.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 (*.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 3/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 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) #s(literal 3/16 binary64)))) (neg.f64 c)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* -3 (* b (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (*.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/6 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -3 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/6 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4)))))))) (* -3 (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 b (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 c (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/6 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/6 binary64))))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.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 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.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) |
(/ (+ (* -3 (/ (+ (* 9/128 (* (pow a 3) (pow c 4))) (* 9/32 (* (pow a 3) (pow c 4)))) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) #s(literal 45/128 binary64))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(* -1 (* b (+ (* -3 (/ (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2)))) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 a (*.f64 c c)) #s(literal 1/8 binary64))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ (* -3 (/ (+ (* -3/4 (* a (* c (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2))))))) (+ (* -3/16 (* (pow a 2) (pow c 3))) (* 2/27 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) c))))) (pow b 6))) (+ (* -3 (/ (+ (* -1/8 (* a (pow c 2))) (* 1/4 (* a (pow c 2)))) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 a (*.f64 c c)) #s(literal 1/8 binary64))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 a (*.f64 c c)) #s(literal 1/8 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 2/27 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 c (*.f64 a a))))))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -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 (*.f64 #s(literal -3/8 binary64) 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 (+ (* -3 (* a (+ (* 9/128 (/ (pow c 4) (pow b 7))) (* 9/32 (/ (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 -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal 45/128 binary64)))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2)))) a) |
(/.f64 (+.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal 1/6 binary64))) (*.f64 a a))) a) |
(/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* 1/6 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -3) 4))))) (pow a 3))) (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/.f64 (+.f64 (+.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal 1/6 binary64))) (*.f64 a a))) (/.f64 (*.f64 #s(literal -3 binary64) (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 a a) c) (/.f64 (*.f64 b (*.f64 b b)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal 1/6 binary64)))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (*.f64 a a)))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(/.f64 (-.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -3 (/ (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 (/ (* a b) (pow (sqrt 3) 2)))) a))) a)) |
(/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/6 binary64))) a) (/.f64 (*.f64 b a) #s(literal -3 binary64))) (neg.f64 a)) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -3 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/6 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 3 (+ (* -1/3 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (-.f64 (*.f64 (/.f64 #s(literal -1/6 binary64) 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 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/6 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) a) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/6 binary64)))) a)) a)) (neg.f64 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 #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 (+ (* -3 (* c (+ (* 9/128 (/ (pow a 3) (pow b 7))) (* 9/32 (/ (pow a 3) (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 -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal 45/128 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal 1/6 binary64))) (*.f64 c c))) |
(+ (* -3 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (* 1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3))) (+ (* -3 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))))) |
(+.f64 (+.f64 (-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal 1/6 binary64))) (*.f64 c c))) (/.f64 (*.f64 #s(literal -3 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1/6 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 b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal 1/6 binary64)))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 c (*.f64 c c)))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (+ (* 3 (/ (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 (/.f64 (*.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 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/6 binary64))) c) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) (* 3 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1/3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/6 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt 3) 4))))) c))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64))) (/.f64 (+.f64 (*.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 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/6 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.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 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/6 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) c)) c)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a))) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a)) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a)) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow b 2) (+ (* -1/3 (/ c (* a (pow b 2)))) (* 1/9 (/ 1 (pow a 2))))) |
(*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a)) |
(/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -1/3 binary64)) (*.f64 (*.f64 b b) #s(literal 1/9 binary64))) (*.f64 a a)) |
(/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -1/3 binary64)) (*.f64 (*.f64 b b) #s(literal 1/9 binary64))) (*.f64 a a)) |
(/ (+ (* -1/3 (* a c)) (* 1/9 (pow b 2))) (pow a 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -1/3 binary64)) (*.f64 (*.f64 b b) #s(literal 1/9 binary64))) (*.f64 a a)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) a)) a) |
(/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) a)) a) |
(/ (+ (* -1/3 c) (* 1/9 (/ (pow b 2) a))) a) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) a)) a) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b b) a) #s(literal -1/9 binary64)) (*.f64 c #s(literal 1/3 binary64))) (neg.f64 a)) |
(* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b b) a) #s(literal -1/9 binary64)) (*.f64 c #s(literal 1/3 binary64))) (neg.f64 a)) |
(* -1 (/ (+ (* -1/9 (/ (pow b 2) a)) (* 1/3 c)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b b) a) #s(literal -1/9 binary64)) (*.f64 c #s(literal 1/3 binary64))) (neg.f64 a)) |
(* 1/9 (/ (pow b 2) (pow a 2))) |
(/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a)) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a))) |
(+ (* -1/3 (/ c a)) (* 1/9 (/ (pow b 2) (pow a 2)))) |
(+.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 a a))) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 c (*.f64 a a))) (/.f64 #s(literal -1/3 binary64) a))) |
(* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 c (*.f64 a a))) (/.f64 #s(literal -1/3 binary64) a))) |
(* c (- (* 1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 b b) #s(literal 1/9 binary64)) (*.f64 c (*.f64 a a))) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b b)) (*.f64 c (*.f64 a a)))))) |
(* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b b)) (*.f64 c (*.f64 a a)))))) |
(* -1 (* c (+ (* -1/9 (/ (pow b 2) (* (pow a 2) c))) (* 1/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b b)) (*.f64 c (*.f64 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)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.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 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)) |
(* -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))) |
(* -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))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* -3 (* a 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)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
Compiled 79671 to 5088 computations (93.6% saved)
37 alts after pruning (34 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1787 | 19 | 1806 |
| Fresh | 20 | 15 | 35 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1810 | 37 | 1847 |
| Status | Accuracy | Program |
|---|---|---|
| 95.1% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| ▶ | 95.3% | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
| 89.8% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| 89.9% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 13.2% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 15.2% | (/.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)) | |
| 17.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| ✓ | 17.8% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 17.9% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 97.5% | (/.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 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) | |
| 95.7% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| ▶ | 99.2% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
| 18.2% | (/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) | |
| 95.4% | (/.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)) | |
| 95.0% | (/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| ✓ | 90.4% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 95.1% | (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) (*.f64 #s(literal 3 binary64) a)) | |
| 90.1% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) | |
| 17.8% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) | |
| 17.5% | (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) | |
| 98.3% | (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) | |
| 95.7% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) | |
| 97.5% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) | |
| 95.0% | (*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)))) b) a) #s(literal 1/3 binary64)) | |
| 15.2% | (*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) a) #s(literal 1/3 binary64)) | |
| 13.2% | (*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) | |
| ✓ | 17.8% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| 95.1% | (*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) #s(literal 1/3 binary64)) | |
| 89.8% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) | |
| 89.7% | (*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) | |
| ▶ | 90.1% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ▶ | 17.6% | (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
| 95.1% | (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))) #s(literal 1/3 binary64)) | |
| ▶ | 95.4% | (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
| 97.2% | (*.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 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
Compiled 1778 to 1108 computations (37.7% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
| ✓ | cost-diff | 0 | (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) |
| ✓ | cost-diff | 128 | (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | cost-diff | 256 | (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) |
| ✓ | cost-diff | 256 | (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) |
| ✓ | cost-diff | 512 | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
| ✓ | cost-diff | 128 | (*.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))) |
| ✓ | 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 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
| ✓ | cost-diff | 0 | (/.f64 c a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
| 4432× | *-lowering-*.f32 |
| 4432× | *-lowering-*.f64 |
| 2234× | /-lowering-/.f32 |
| 2234× | /-lowering-/.f64 |
| 1514× | fma-define |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 47 | 360 |
| 1 | 129 | 358 |
| 2 | 362 | 355 |
| 3 | 1048 | 346 |
| 4 | 2469 | 335 |
| 5 | 3503 | 333 |
| 6 | 5171 | 333 |
| 0 | 8154 | 333 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (/ c a) -1/3) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
(* (/ c a) -1/3) |
(/ c a) |
c |
a |
-1/3 |
(* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(/ 1/3 a) |
1/3 |
(+ b (sqrt (+ (* b b) (* a (* c -3))))) |
b |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
(* a (* c -3)) |
(* c -3) |
-3 |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
-1/2 |
b |
c |
(* c (+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b))) |
c |
(+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b)) |
(/ (* -3/8 (* c a)) (* b (* b b))) |
(* -3/8 (* c a)) |
-3/8 |
(* c a) |
a |
(* b (* b b)) |
b |
(* b b) |
(/ -1/2 b) |
-1/2 |
(/ (/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b) (* 3 a)) |
(/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b) |
(+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) |
(* c (* a -3/2)) |
c |
(* a -3/2) |
a |
-3/2 |
(/ (* -9/8 (* a (* c (* c a)))) (* b b)) |
(* -9/8 (* a (* c (* c a)))) |
-9/8 |
(* a (* c (* c a))) |
(* c (* c a)) |
(* c a) |
(* b b) |
b |
(* 3 a) |
3 |
(* (- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) 1/3) |
(- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) |
(/ (sqrt (+ (* b b) (* -3 (* c a)))) a) |
(sqrt (+ (* b b) (* -3 (* c a)))) |
(+ (* b b) (* -3 (* c a))) |
(* b b) |
b |
(* -3 (* c a)) |
-3 |
(* c a) |
c |
a |
(/ b a) |
1/3 |
| Outputs |
|---|
(/ (* (/ c a) -1/3) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
(/.f64 c (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(* (/ c a) -1/3) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) a) |
(/ c a) |
(/.f64 c a) |
c |
a |
-1/3 |
#s(literal -1/3 binary64) |
(* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
(+ b (sqrt (+ (* b b) (* a (* c -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
b |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
(* a (* c -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(* (/ -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 |
(* c (+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b))) |
(/.f64 (*.f64 c (+.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 a b) b))))) b) |
c |
(+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b)) |
(+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 c (*.f64 a #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(/ (* -3/8 (* c a)) (* b (* b b))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(* -3/8 (* c a)) |
(*.f64 c (*.f64 a #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(* c a) |
(*.f64 c a) |
a |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
b |
(* b b) |
(*.f64 b b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b) (* 3 a)) |
(/.f64 (*.f64 c (+.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -9/8 binary64))) (*.f64 b b)))) (*.f64 b #s(literal 3 binary64))) |
(/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b) |
(/.f64 (*.f64 (*.f64 c a) (+.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -9/8 binary64))) (*.f64 b b)))) b) |
(+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) |
(*.f64 (*.f64 c a) (+.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -9/8 binary64))) (*.f64 b b)))) |
(* c (* a -3/2)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
c |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
a |
-3/2 |
#s(literal -3/2 binary64) |
(/ (* -9/8 (* a (* c (* c a)))) (* b b)) |
(*.f64 #s(literal -9/8 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 c (*.f64 c a)) b) b))) |
(* -9/8 (* a (* c (* c a)))) |
(*.f64 c (*.f64 c (*.f64 a (*.f64 a #s(literal -9/8 binary64))))) |
-9/8 |
#s(literal -9/8 binary64) |
(* a (* c (* c a))) |
(*.f64 c (*.f64 c (*.f64 a a))) |
(* c (* c a)) |
(*.f64 c (*.f64 c a)) |
(* c a) |
(*.f64 c a) |
(* b b) |
(*.f64 b b) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(* (- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) 1/3) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)) |
(/ (sqrt (+ (* b b) (* -3 (* c a)))) a) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) |
(sqrt (+ (* b b) (* -3 (* c a)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* -3 (* c a))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* -3 (* c a)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
-3 |
#s(literal -3 binary64) |
(* c a) |
(*.f64 c a) |
c |
a |
(/ b a) |
(/.f64 b a) |
1/3 |
#s(literal 1/3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal -3 binary64) (*.f64 c a)) |
| ✓ | accuracy | 99.4% | (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
| ✓ | accuracy | 17.8% | (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) |
| ✓ | accuracy | 99.5% | (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) |
| ✓ | accuracy | 99.5% | (*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b)) |
| ✓ | accuracy | 99.4% | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.6% | (*.f64 b (*.f64 b b)) |
| ✓ | accuracy | 99.6% | (*.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))) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | accuracy | 99.6% | (*.f64 a (*.f64 c #s(literal -3 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 99.4% | (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
| 314.0ms | 223× | 1 | valid |
| 27.0ms | 33× | 0 | valid |
Compiled 385 to 48 computations (87.5% saved)
ival-mult: 56.0ms (25.2% of total)backward-pass: 52.0ms (23.4% of total)...c/correct-round.rkt:119:19: 43.0ms (19.3% of total)ival-div: 35.0ms (15.7% of total)ival-add: 24.0ms (10.8% of total)ival-sqrt: 8.0ms (3.6% of total)const: 2.0ms (0.9% of total)ival-sub: 2.0ms (0.9% of total)| Inputs |
|---|
#<alt (/ (* (/ c a) -1/3) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3)))))))> |
#<alt (* (/ c a) -1/3)> |
#<alt (/ c a)> |
#<alt (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))> |
#<alt (* (/ -1/2 b) c)> |
#<alt (/ -1/2 b)> |
#<alt (* c (+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b)))> |
#<alt (+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b))> |
#<alt (/ (* -3/8 (* c a)) (* b (* b b)))> |
#<alt (* -3/8 (* c a))> |
#<alt (/ (/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b) (* 3 a))> |
#<alt (/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b)> |
#<alt (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b)))> |
#<alt (* c (* a -3/2))> |
#<alt (* (- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) 1/3)> |
#<alt (- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a))> |
#<alt (/ (sqrt (+ (* b b) (* -3 (* c a)))) a)> |
#<alt (sqrt (+ (* b b) (* -3 (* c a))))> |
#<alt (/ 1/3 a)> |
#<alt (* a (* c -3))> |
#<alt (* b (* b b))> |
#<alt (/ (* -9/8 (* a (* c (* c a)))) (* b b))> |
#<alt (* -3 (* c a))> |
#<alt (+ (* b b) (* -3 (* c a)))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2))))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 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 (/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))))))))))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (* 2/3 (/ b a))> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a)> |
#<alt (/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (/ (+ (* 2/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 (* (sqrt (/ c a)) (sqrt -3))) (* 1/3 (/ b a)))> |
#<alt (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* 1/3 (/ b a))))> |
#<alt (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* 1/3 (/ b a)))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* -1/3 b) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -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 (* (sqrt (/ c a)) (sqrt -3))) (* 1/3 (/ b a)))> |
#<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 (* 2/3 (/ b a))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))> |
#<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))) (* 2/3 (/ 1 a))))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -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 (/ (+ (* -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/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* 2/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* 2/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 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* 1/3 (/ b (* a c)))))> |
#<alt (* c (+ (* 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 (/ b (* a c))))))> |
#<alt (* 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 (/ b (* a c)))))))> |
#<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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (/ b a))) 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))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (/ -1/2 b)> |
#<alt (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))> |
#<alt (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))> |
#<alt (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))))> |
#<alt (* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))))> |
#<alt (* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))))> |
#<alt (/ -1/2 b)> |
#<alt (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))> |
#<alt (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))> |
#<alt (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))> |
#<alt (* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))> |
#<alt (* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3))> |
#<alt (/ -1/2 b)> |
#<alt (/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b)> |
#<alt (/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b)> |
#<alt (/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b)> |
#<alt (/ -1/2 b)> |
#<alt (* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (/ (* a c) (pow b 3)))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -3/8 (* a c))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -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)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 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)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 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 (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b))> |
#<alt (* -3/2 (* a c))> |
#<alt (* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2)))))> |
#<alt (* -3/2 (* a c))> |
#<alt (* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (* -3/2 (* a c))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (* -3/2 (* a c))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* -3/2 (/ c b))> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2 (/ b a))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))) (/ b (* a c))))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) (/ b (* a c))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (/ b a)) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (/ b a)) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))> |
#<alt (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 b)) a)))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (/ b a)> |
#<alt (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))> |
#<alt (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))> |
#<alt (/ b a)> |
#<alt (+ (* -3/2 (/ c b)) (/ b a))> |
#<alt (+ (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) (/ b a))> |
#<alt (+ (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) (/ b a))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (/ b a)> |
#<alt (/ (+ b (* -3/2 (/ (* a c) b))) a)> |
#<alt (/ (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (/ (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) a)> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))> |
#<alt (* (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 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* 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))))> |
177 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 19.0ms | b | @ | 0 | (* c (+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b))) |
| 11.0ms | a | @ | inf | (* (/ c a) -1/3) |
| 11.0ms | b | @ | inf | (* b (* b b)) |
| 5.0ms | c | @ | inf | (/ (* (/ c a) -1/3) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
| 4.0ms | a | @ | inf | (- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) |
| 1× | batch-egg-rewrite |
| 3882× | /-lowering-/.f32 |
| 3882× | /-lowering-/.f64 |
| 3420× | *-lowering-*.f32 |
| 3420× | *-lowering-*.f64 |
| 1900× | pow-lowering-pow.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 47 | 246 |
| 1 | 284 | 235 |
| 2 | 2826 | 226 |
| 0 | 8425 | 226 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (/ c a) -1/3) (* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3))))))) |
(* (/ c a) -1/3) |
(/ c a) |
(* (/ 1/3 a) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
(* c (+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b))) |
(+ (/ (* -3/8 (* c a)) (* b (* b b))) (/ -1/2 b)) |
(/ (* -3/8 (* c a)) (* b (* b b))) |
(* -3/8 (* c a)) |
(/ (/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b) (* 3 a)) |
(/ (+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) b) |
(+ (* c (* a -3/2)) (/ (* -9/8 (* a (* c (* c a)))) (* b b))) |
(* c (* a -3/2)) |
(* (- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) 1/3) |
(- (/ (sqrt (+ (* b b) (* -3 (* c a)))) a) (/ b a)) |
(/ (sqrt (+ (* b b) (* -3 (* c a)))) a) |
(sqrt (+ (* b b) (* -3 (* c a)))) |
(/ 1/3 a) |
(* a (* c -3)) |
(* b (* b b)) |
(/ (* -9/8 (* a (* c (* c a)))) (* b b)) |
(* -3 (* c a)) |
(+ (* b b) (* -3 (* c a))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))))) |
(neg.f64 (/.f64 (*.f64 (/.f64 c a) #s(literal 1/3 binary64)) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 a c) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 a c) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) a)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) #s(literal 1 binary64)) (*.f64 a (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 c a) #s(literal 1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/3 binary64))) (neg.f64 (*.f64 a (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) a))) |
(/.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) #s(literal 1 binary64)) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 a c)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a) |
(/.f64 (*.f64 (/.f64 c a) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 a (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (/.f64 c a) #s(literal 1/3 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (neg.f64 (/.f64 a c))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 c a) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 (/.f64 c a) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 c a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 (*.f64 c #s(literal -1/3 binary64)) a)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 c a) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 (*.f64 c #s(literal -1/3 binary64)) a)) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/3 binary64)) a)) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 c a)) |
(*.f64 (/.f64 (/.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 c a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) a) |
(*.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 c a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 c a)) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 c #s(literal -1/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a c)) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 a c))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 c #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 c #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal -1/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) c))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a (*.f64 c #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1/3 binary64))) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 c a)) |
(*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a c)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 c (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) a)) |
(/.f64 c a) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a c) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a c)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a c))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a c) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 (/.f64 a c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 c a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) c) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b (/.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 a (*.f64 c #s(literal -3 binary64))))) (/.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 a (*.f64 c #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 a (*.f64 c #s(literal -3 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 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.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 1/3 binary64)))) |
(fma.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (*.f64 a (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) #s(literal -1/3 binary64)) (*.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) #s(literal 1/3 binary64)) (*.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal 1/27 binary64) (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) #s(literal 3/2 binary64)))) (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 a (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (*.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) #s(literal -1/3 binary64))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal -1/3 binary64))) (neg.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal 1/27 binary64) (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 2 binary64)))) (neg.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))))) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal -1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) c) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1 binary64))) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) c)) (neg.f64 (/.f64 b #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 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) b)) |
(/.f64 #s(literal -1/2 binary64) b) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) |
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(fma.f64 c (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c b) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) c (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 (/.f64 (*.f64 c a) (*.f64 b b)) c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 (/.f64 (*.f64 c a) 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 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c (/.f64 #s(literal -3/8 binary64) b)) (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27/512 binary64)))) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) (-.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 c (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64))))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b))))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b))) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) c) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))) c) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b)) c) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b)) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27/512 binary64)))) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c c))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))))) (neg.f64 (-.f64 (/.f64 (*.f64 c (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 c (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 c (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b)))) (neg.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) c)) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))) c)) (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b)) c)) (neg.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))) 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 (*.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/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(-.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 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b)) |
(-.f64 (/.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b)) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (*.f64 c a) (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) #s(literal -3/8 binary64) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 (*.f64 c a) b) (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c a) b) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) b) (/.f64 a (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 b b)) (/.f64 a b) (/.f64 #s(literal -1/2 binary64) b)) |
(/.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b)))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b)) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 c a) #s(literal 3/8 binary64)))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 b (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b))) (*.f64 b (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c a) #s(literal 3/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 (*.f64 c a) #s(literal 3/8 binary64)))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/2 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) (*.f64 (*.f64 b b) #s(literal -1/2 binary64))) (*.f64 b (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b b) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64))))) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 b b)) (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b))) (neg.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b))) (*.f64 b b)) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (*.f64 b (*.f64 b b))) b) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 (*.f64 c a) #s(literal 3/8 binary64))))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 b #s(literal 1 binary64)))) (neg.f64 (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 b (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c a) #s(literal 3/8 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))))) (neg.f64 (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 (*.f64 c a) #s(literal 3/8 binary64))))) (neg.f64 (*.f64 (/.f64 b #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) (*.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 b #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)))) (neg.f64 (*.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (*.f64 b (*.f64 b b)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 b b) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) (/.f64 b #s(literal -1/2 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 b b) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))))) (neg.f64 (neg.f64 (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b)))) (neg.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b))) (*.f64 b b))) (neg.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 (*.f64 b b) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (/.f64 #s(literal -27/512 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/8 binary64) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)))) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) b) (/.f64 b #s(literal -1/2 binary64)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal 1/4 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) #s(literal -1/2 binary64)) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a)))))) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c a)) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c a) (*.f64 b b))) b) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) b) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c a))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c a) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b))) |
(*.f64 (*.f64 c a) (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c a) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b)) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b b)))) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 a (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (/.f64 (*.f64 c a) b) (*.f64 b b)) #s(literal -3/8 binary64)) |
(*.f64 (/.f64 (*.f64 c a) b) (/.f64 #s(literal -3/8 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) b) (/.f64 a (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 b b)) (/.f64 a b)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c a)) #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 a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c #s(literal -3/8 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -3/8 binary64))) #s(literal -1 binary64)) (/.f64 a b)) |
(*.f64 c (*.f64 a #s(literal -3/8 binary64))) |
(*.f64 a (*.f64 c #s(literal -3/8 binary64))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(*.f64 (*.f64 c a) #s(literal -3/8 binary64)) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) a) |
(*.f64 (*.f64 #s(literal -3/8 binary64) a) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) (neg.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b 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))) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b))))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) (neg.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (neg.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) (neg.f64 (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (/.f64 a #s(literal 1/3 binary64))) b) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) |
(*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 3 binary64) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b))) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (*.f64 b (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) (*.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) #s(literal 1 binary64)) b) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) (neg.f64 (*.f64 b (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (neg.f64 (*.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) b)) (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))) b))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) b))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b))) (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) |
(pow.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 b (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(-.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(-.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/8 binary64)) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) |
(fma.f64 c (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(fma.f64 a (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(fma.f64 a (*.f64 #s(literal -3/2 binary64) c) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(fma.f64 (*.f64 c a) #s(literal -3/2 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 c a) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) c (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(fma.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 #s(literal -9/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) b) (/.f64 #s(literal -9/8 binary64) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 a #s(literal -9/8 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b)) (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) #s(literal -9/8 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) b) (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(fma.f64 (*.f64 c #s(literal -3/2 binary64)) a (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (+.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))) (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))) (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) (neg.f64 (+.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64))) (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))) (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -729/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/4 binary64)) (*.f64 #s(literal 81/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)))))) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 a (*.f64 #s(literal -3/2 binary64) c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c a)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) c) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) a) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (*.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) a) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) a) |
(/.f64 (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)) #s(literal 1/3 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))) #s(literal 1/3 binary64)) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)))) |
(/.f64 (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)) #s(literal 1/3 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)))) (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)) #s(literal 1/3 binary64))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))) #s(literal 1/3 binary64))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)) #s(literal 1/3 binary64))) (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(+.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b a)) |
(-.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) #s(literal 3/2 binary64)) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) |
(fma.f64 b (neg.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 #s(literal -1 binary64) (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)) (*.f64 a a)) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)))) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b (-.f64 #s(literal 0 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a a) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a))))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) b)) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 a b))) |
(/.f64 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (-.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a))) (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)) a) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) b) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 b #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) (*.f64 b #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 a b)) (*.f64 a #s(literal 1 binary64)))) (neg.f64 (*.f64 a (/.f64 a b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) b))) (neg.f64 (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 a b)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)))) (neg.f64 (neg.f64 (*.f64 a a)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)))) (neg.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)) a)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a a) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 a a)) (*.f64 (/.f64 b a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
(*.f64 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 #s(literal -3 binary64)) a) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3/2 binary64))) |
(pow.f64 b #s(literal 3 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 b)) #s(literal 3 binary64)) |
(*.f64 b (*.f64 b b)) |
(*.f64 (*.f64 b b) b) |
(*.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/8 binary64)) (*.f64 b b))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b)) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/8 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 c (*.f64 a (*.f64 c a)))) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/8 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 c (*.f64 a (*.f64 c a))))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 #s(literal -9/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) |
(*.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) b) (/.f64 #s(literal -9/8 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64))) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a #s(literal -9/8 binary64)) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal -9/8 binary64) b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 b b)) #s(literal -9/8 binary64)) |
(*.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) b) (/.f64 (*.f64 c (*.f64 c a)) b)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 a #s(literal -9/8 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 c (*.f64 c a))) #s(literal -1 binary64))) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 b b (*.f64 a (*.f64 c #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 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64))) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -27 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (-.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) |
| 1× | egg-herbie |
| 6144× | *-lowering-*.f32 |
| 6144× | *-lowering-*.f64 |
| 4958× | +-lowering-+.f64 |
| 4958× | +-lowering-+.f32 |
| 1282× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1015 | 10817 |
| 1 | 3634 | 10641 |
| 0 | 8157 | 10641 |
| 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 (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b)))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a)) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 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) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(* 2/3 (/ b a)) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ (* 2/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 (* (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 (/ b a))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))) |
(+ (* -1 (/ (+ (* -1/3 b) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -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 (* (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))))) |
(* 2/3 (/ b a)) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 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))) (* 2/3 (/ 1 a)))))) |
(* 1/2 (/ c b)) |
(* -1 (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* -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 (/ (+ (* -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/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* 2/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+ (* 2/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 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* 1/3 (/ b (* a c))))) |
(* c (+ (* 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 (/ b (* a c)))))) |
(* 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 (/ b (* a c))))))) |
(* -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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (/ b a))) 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)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/ -1/2 b) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))) |
(* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))) |
(* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))) |
(/ -1/2 b) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))) |
(* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))) |
(* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3)) |
(/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3)) |
(/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3)) |
(/ -1/2 b) |
(/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b) |
(/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b) |
(/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b) |
(/ -1/2 b) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -3/8 (* a c)) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 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)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(* -3/2 (/ (* a c) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(* -3/2 (* a c)) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(* -3/2 (* a c)) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(* -3/2 (* a c)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(* -3/2 (* a c)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(* -3/2 (/ c b)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2 (/ b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(* -3/2 (/ c b)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))) (/ b (* a c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) (/ b (* a c)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (/ b a)) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (/ b a)) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ c b)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)) |
(- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 b)) a))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(/ b a) |
(* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(/ b a) |
(+ (* -3/2 (/ c b)) (/ b a)) |
(+ (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) (/ b a)) |
(+ (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) (/ b a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))) |
(/ b a) |
(/ (+ b (* -3/2 (/ (* a c) b))) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(* (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 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
| Outputs |
|---|
(* -1/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))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 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 c (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(+.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 c c))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (*.f64 a a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal -1/2 binary64)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal -1/2 binary64)))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (*.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 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))))) c)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) 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))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64)))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/.f64 (-.f64 (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (/.f64 b #s(literal -3 binary64))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(/.f64 (-.f64 (-.f64 (-.f64 (+.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (/.f64 (*.f64 b (*.f64 b b)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 b #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(/.f64 (-.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) a)) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b b) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a))) a)) a)) (neg.f64 a)) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (*.f64 b (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 b (-.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64))))))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 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 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/32 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) (+.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 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (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 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -3/4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)) (*.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 6 binary64)))))) (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))))))) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) (*.f64 b #s(literal 2/3 binary64))) a) |
(/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))))) a) |
(/ (+ (* 2/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 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* 1/3 (/ b a))) |
(*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 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)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* 1/3 (/ b a))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.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 (/.f64 b (*.f64 a #s(literal 3 binary64))) (*.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 (/ (+ (* -1/3 b) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a)) |
(+ (* -1 (/ (+ (* -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 (*.f64 #s(literal 1/24 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))))) 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 (* (sqrt (/ c a)) (sqrt -3))) (* 1/3 (/ b a))) |
(*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ 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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (/.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 #s(literal 1/3 binary64) a) (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))) |
(*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* 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 b (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (/ (+ (* -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))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* -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 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* -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 -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -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)))) (-.f64 #s(literal 0 binary64) b)) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* 2/3 (/ b a)) (* 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 b #s(literal 2/3 binary64)) a)) |
(+ (* 2/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 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 b #s(literal 2/3 binary64)) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* 1/3 (/ b (* a c))))) |
(*.f64 c (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))))) |
(* c (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* 1/3 (/ b (* a c)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) (*.f64 #s(literal 1/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/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 (/ b (* a c))))))) |
(*.f64 c (+.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 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.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 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.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)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 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 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.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 (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)) (neg.f64 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) |
(* 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 (- (* -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 (- (* -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))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.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 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -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) |
(/ (+ (* -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) |
(/ (+ (* -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) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* c (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c b)) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal 3/8 binary64))) (neg.f64 c)) |
(* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c b)) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal 3/8 binary64))) (neg.f64 c)) |
(* -1 (* c (+ (* 3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 c b)) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal 3/8 binary64))) (neg.f64 c)) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b)) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 b a)))) |
(* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 b a)))) |
(* a (- (* -3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 b a)))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ c (pow b 3))) (* 1/2 (/ 1 (* a b)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))) (neg.f64 a)) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (pow b 2)) (* -3/8 (* a c))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c a))) (*.f64 b (*.f64 b b))) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b) |
(/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b) |
(/ (- (* -3/8 (/ (* a c) (pow b 2))) 1/2) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c a)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c a)) |
(* -3/8 (* a c)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c 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 (- (* -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 (- (* -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))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.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 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) (neg.f64 a)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -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) |
(/ (+ (* -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) |
(/ (+ (* -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) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b 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 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 9/8 binary64)) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 9/8 binary64)) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 9/8 binary64)) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* c (+ (* -3/2 a) (* -9/8 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (/.f64 a c) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (/.f64 a c) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (/.f64 a c) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (/.f64 a c) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (/.f64 a c) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* (pow c 2) (+ (* -3/2 (/ a c)) (* -9/8 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (/.f64 a c) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b b)))) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* a (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* (pow a 2) (+ (* -3/2 (/ c a)) (* -9/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b b)) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))) (*.f64 b b)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(* -3/2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3/2 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 b (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 1/3 binary64) (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (/.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 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 (/.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 #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 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.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 -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal -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 #s(literal -2/3 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -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 -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal -1/3 binary64) (/.f64 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)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (+.f64 (*.f64 #s(literal -1/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/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 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.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 (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)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) 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 b (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 b (*.f64 a #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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.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 (*.f64 a #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))))))) (+.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.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))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))))) a)) a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1 binary64) a)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 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 binary64) a)))) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64)) (*.f64 c #s(literal -3/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 #s(literal -1/2 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 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2 binary64)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2 binary64) a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2 binary64) a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))) (/ b (* a c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) (/ b (* a c)))) |
(*.f64 c (+.f64 (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (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/8 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) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (* (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 (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (/ b a)) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (/ b a)) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.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)))) #s(literal -1/8 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) (/.f64 b a)) c)) (neg.f64 c)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.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/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (/.f64 c a)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (/.f64 c a)))) (/.f64 b a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (/.f64 c a)))) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 b)) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (/.f64 c a)))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/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 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))))) (neg.f64 a)) b) a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (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)))))))))) |
(/ b a) |
(/.f64 b a) |
(* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(*.f64 b (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(/ b a) |
(/.f64 b a) |
(+ (* -3/2 (/ c b)) (/ b a)) |
(+.f64 (/.f64 b a) (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) |
(+ (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) (/ b a)) |
(+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) |
(+ (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) (/ b a)) |
(+.f64 (/.f64 b a) (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b)))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.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/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (*.f64 (/.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/8 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (+.f64 (*.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/8 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #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 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt (/ c a)) (* (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 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 6 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (neg.f64 c)) |
(/ b a) |
(/.f64 b a) |
(/ (+ b (* -3/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))))) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (+.f64 (*.f64 (*.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 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (+.f64 (*.f64 (*.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 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 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 (/ c a)) (* (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 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))) |
(+.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.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 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(+.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.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 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -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 0 binary64) b) (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.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 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.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 #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 (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a 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 (+.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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a 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 #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 #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 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c 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/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.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 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #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 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 6 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.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 (*.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 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.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/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (+.f64 (*.f64 (*.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 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 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 (+.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (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 (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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) 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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #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)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* -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)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
Compiled 42750 to 3986 computations (90.7% saved)
27 alts after pruning (21 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1545 | 11 | 1556 |
| Fresh | 19 | 10 | 29 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1566 | 27 | 1593 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 89.7% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
| 89.8% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| 89.9% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 95.1% | (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
| ✓ | 17.8% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 17.9% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 95.7% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 97.0% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))))) a)) | |
| 89.8% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) | |
| 95.4% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) | |
| 97.1% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/3 binary64)) a))) | |
| ✓ | 99.2% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
| ▶ | 95.3% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
| 17.8% | (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) a) | |
| ▶ | 99.6% | (/.f64 (*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
| ✓ | 90.4% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 90.1% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) | |
| 97.5% | (+.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))))) | |
| ✓ | 17.8% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| ▶ | 89.8% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
| 89.7% | (*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) | |
| 99.3% | (*.f64 (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) | |
| ✓ | 90.1% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | 17.6% | (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
| 95.4% | (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
Compiled 1034 to 685 computations (33.8% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 256 | (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
| ✓ | cost-diff | 256 | (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))))) |
| ✓ | cost-diff | 384 | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
| ✓ | cost-diff | 0 | (/.f64 c a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
| ✓ | cost-diff | 0 | (*.f64 c a) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -3/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 c #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
| 4496× | *-lowering-*.f32 |
| 4496× | *-lowering-*.f64 |
| 4244× | /-lowering-/.f32 |
| 4244× | /-lowering-/.f64 |
| 1580× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 57 | 476 |
| 1 | 173 | 459 |
| 2 | 569 | 453 |
| 3 | 2122 | 442 |
| 4 | 5593 | 442 |
| 0 | 8075 | 442 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (* (/ c 1/3) 1) -1/3) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(* (* (/ c 1/3) 1) -1/3) |
(* (/ c 1/3) 1) |
(/ c 1/3) |
c |
1/3 |
1 |
-1/3 |
(+ b (sqrt (+ (* b b) (* a (* c -3))))) |
b |
(sqrt (+ (* b b) (* a (* c -3)))) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
(* a (* c -3)) |
a |
(* c -3) |
-3 |
(* (/ (* c -3/2) b) 1/3) |
(/ (* c -3/2) b) |
(* c -3/2) |
c |
-3/2 |
b |
1/3 |
(/ (/ (* (* c a) -3/2) b) (* 3 a)) |
(/ (* (* c a) -3/2) b) |
(* (* c a) -3/2) |
(* c a) |
c |
a |
-3/2 |
b |
(* 3 a) |
3 |
(/ (* (/ c a) -1/3) (* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)))) |
(* (/ c a) -1/3) |
(/ c a) |
c |
a |
-1/3 |
(* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a))) |
b |
(+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)) |
(/ (* -1/2 c) (* b b)) |
(* -1/2 c) |
-1/2 |
(* b b) |
(/ 2/3 a) |
2/3 |
(/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))))) |
(- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) |
(/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) |
(+ (* b b) (* a (* c -3))) |
(* b b) |
b |
(* a (* c -3)) |
a |
(* c -3) |
c |
-3 |
(* (* a a) 9) |
(* a a) |
9 |
(/ (* b b) (* (* a a) 9)) |
(* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))))) |
(/ 1/3 a) |
1/3 |
(+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))) |
(+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))) |
(* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))) |
(+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))) |
(/ (* -3/2 a) b) |
(* -3/2 a) |
-3/2 |
(* -9/8 (/ (* c (* a a)) (* b (* b b)))) |
-9/8 |
(/ (* c (* a a)) (* b (* b b))) |
(* c (* a a)) |
(* b (* b b)) |
| Outputs |
|---|
(/ (* (* (/ c 1/3) 1) -1/3) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(* (* (/ c 1/3) 1) -1/3) |
(*.f64 c #s(literal -1 binary64)) |
(* (/ c 1/3) 1) |
(/.f64 c #s(literal 1/3 binary64)) |
(/ c 1/3) |
(/.f64 c #s(literal 1/3 binary64)) |
c |
1/3 |
#s(literal 1/3 binary64) |
1 |
#s(literal 1 binary64) |
-1/3 |
#s(literal -1/3 binary64) |
(+ b (sqrt (+ (* b b) (* a (* c -3))))) |
(+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
b |
(sqrt (+ (* b b) (* a (* c -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* b b) |
(*.f64 b b) |
(* a (* c -3)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(* (/ (* c -3/2) b) 1/3) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (* c -3/2) b) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* c -3/2) |
(*.f64 c #s(literal -3/2 binary64)) |
c |
-3/2 |
#s(literal -3/2 binary64) |
b |
1/3 |
#s(literal 1/3 binary64) |
(/ (/ (* (* c a) -3/2) b) (* 3 a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (* (* c a) -3/2) b) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(* (* c a) -3/2) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* c a) |
(*.f64 c a) |
c |
a |
-3/2 |
#s(literal -3/2 binary64) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (* (/ c a) -1/3) (* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)))) |
(/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) a)) (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(* (/ c a) -1/3) |
(*.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
(/ c a) |
(/.f64 c a) |
c |
a |
-1/3 |
#s(literal -1/3 binary64) |
(* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a))) |
(+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
b |
(+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)) |
(+.f64 (/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) b) (/.f64 #s(literal 2/3 binary64) a)) |
(/ (* -1/2 c) (* b b)) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) b) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(* b b) |
(*.f64 b b) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
2/3 |
#s(literal 2/3 binary64) |
(/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))))) |
(/.f64 (*.f64 a (-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal 3 binary64)))) (+.f64 (*.f64 c (*.f64 (/.f64 a b) (+.f64 #s(literal -3/2 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) b))))) (*.f64 b #s(literal 2 binary64)))) |
(- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 a (*.f64 a #s(literal -9 binary64))))) |
(/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) |
(/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(+ (* b b) (* a (* c -3))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* b b) |
(*.f64 b b) |
b |
(* a (* c -3)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
a |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(* (* a a) 9) |
(*.f64 (*.f64 a a) #s(literal 9 binary64)) |
(* a a) |
(*.f64 a a) |
9 |
#s(literal 9 binary64) |
(/ (* b b) (* (* a a) 9)) |
(/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))))) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 (*.f64 (/.f64 a b) (+.f64 #s(literal -3/2 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) b)))) (/.f64 c #s(literal 3 binary64)))) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
(+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))) |
(+.f64 (*.f64 c (*.f64 (/.f64 a b) (+.f64 #s(literal -3/2 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) b))))) (*.f64 b #s(literal 2 binary64))) |
(+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))) |
(+.f64 b (*.f64 c (*.f64 (/.f64 a b) (+.f64 #s(literal -3/2 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) b)))))) |
(* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))) |
(*.f64 c (*.f64 (/.f64 a b) (+.f64 #s(literal -3/2 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) b))))) |
(+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))) |
(*.f64 (/.f64 a b) (+.f64 #s(literal -3/2 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 (*.f64 c a) b) b)))) |
(/ (* -3/2 a) b) |
(/.f64 (*.f64 a #s(literal -3/2 binary64)) b) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
-3/2 |
#s(literal -3/2 binary64) |
(* -9/8 (/ (* c (* a a)) (* b (* b b)))) |
(/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
-9/8 |
#s(literal -9/8 binary64) |
(/ (* c (* a a)) (* b (* b b))) |
(/.f64 (*.f64 a (*.f64 c a)) (*.f64 b (*.f64 b b))) |
(* c (* a a)) |
(*.f64 a (*.f64 c a)) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.6% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
| ✓ | accuracy | 41.5% | (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 2/3 binary64) a) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 3 binary64) a) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
| ✓ | accuracy | 99.6% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -3/2 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
| ✓ | accuracy | 99.5% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
| ✓ | accuracy | 99.9% | (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.8% | (*.f64 a (*.f64 c #s(literal -3 binary64))) |
| ✓ | accuracy | 99.7% | (/.f64 c #s(literal 1/3 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
| 407.0ms | 76× | 5 | exit |
| 312.0ms | 159× | 1 | valid |
| 13.0ms | 21× | 0 | valid |
Compiled 516 to 58 computations (88.8% saved)
ival-mult: 183.0ms (40.8% of total)...c/correct-round.rkt:119:19: 89.0ms (19.8% of total)ival-div: 66.0ms (14.7% of total)backward-pass: 49.0ms (10.9% of total)ival-sqrt: 40.0ms (8.9% of total)ival-add: 16.0ms (3.6% of total)ival-sub: 3.0ms (0.7% of total)const: 2.0ms (0.4% of total)| Inputs |
|---|
#<alt (/ (* (* (/ c 1/3) 1) -1/3) (+ b (sqrt (+ (* b b) (* a (* c -3))))))> |
#<alt (* (* (/ c 1/3) 1) -1/3)> |
#<alt (* (/ c 1/3) 1)> |
#<alt (/ c 1/3)> |
#<alt (* (/ (* c -3/2) b) 1/3)> |
#<alt (/ (* c -3/2) b)> |
#<alt (* c -3/2)> |
#<alt (/ (/ (* (* c a) -3/2) b) (* 3 a))> |
#<alt (/ (* (* c a) -3/2) b)> |
#<alt (* (* c a) -3/2)> |
#<alt (* c a)> |
#<alt (/ (* (/ c a) -1/3) (* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a))))> |
#<alt (* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)))> |
#<alt (* (/ c a) -1/3)> |
#<alt (/ c a)> |
#<alt (/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))))))> |
#<alt (* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))))> |
#<alt (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))))> |
#<alt (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))> |
#<alt (* a (* c -3))> |
#<alt (+ (* b b) (* a (* c -3)))> |
#<alt (* 3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ (* -1/2 c) (* b b))> |
#<alt (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9)))> |
#<alt (/ (* c (* a a)) (* b (* b b)))> |
#<alt (/ 1/3 a)> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2))))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 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 (/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (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 (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))))))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a)> |
#<alt (/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a)> |
#<alt (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a))> |
#<alt (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a))> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* -1 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 c)> |
#<alt (* 3 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 (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/2 c)> |
#<alt (* -3/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 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -9/32 (/ (* a (pow c 3)) (pow b 5))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7))))))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a)> |
#<alt (/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a)> |
#<alt (/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a)> |
#<alt (* 2/3 (/ b a))> |
#<alt (* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a))> |
#<alt (* 2/3 (/ b a))> |
#<alt (* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b))> |
#<alt (* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b)> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b)> |
#<alt (/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b)> |
#<alt (* 2/3 (/ b a))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a)> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a)> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a)> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (* 8/9 (/ (pow b 3) (* (pow a 2) c)))> |
#<alt (* (pow b 3) (+ (* -32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c)))))> |
#<alt (* (pow b 3) (+ (* (pow b 2) (- (* 256/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c)))))> |
#<alt (* (pow b 3) (+ (* (pow b 2) (- (* (pow b 2) (+ (* -512/81 (/ (pow b 2) (* (pow a 5) (pow c 4)))) (* 256/81 (/ 1 (* (pow a 4) (pow c 3)))))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c)))))> |
#<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 (/ (+ (* -3 (/ (+ (* 9/128 (* (pow a 3) (pow c 4))) (* 9/64 (* (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 (/ (+ (* -9/64 (* (pow a 3) (pow c 4))) (* -9/128 (* (pow a 3) (pow c 4)))) (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 (* -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 (+ (* -3 (* a (+ (* 9/128 (/ (pow c 4) (pow b 7))) (* 9/64 (/ (pow c 4) (pow b 7)))))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* 8/9 (/ (pow b 3) (* (pow a 2) c)))> |
#<alt (/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (* 8/9 (/ (pow b 3) c))) (pow a 2))> |
#<alt (/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (+ (* 8/9 (/ (pow b 3) c)) (* 256/81 (/ (pow b 7) (* (pow a 2) (pow c 3)))))) (pow a 2))> |
#<alt (/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow c 4))) (* 1024/729 (/ (pow b 9) (pow c 4)))) (pow a 3))) (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (+ (* 8/9 (/ (pow b 3) c)) (* 256/81 (/ (pow b 7) (* (pow a 2) (pow c 3))))))) (pow a 2))> |
#<alt (* 8/9 (/ (pow b 3) (* (pow a 2) c)))> |
#<alt (/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (* 8/9 (/ (pow b 3) c))) (pow a 2))> |
#<alt (/ (+ (* -1 (/ (+ (* -256/81 (/ (pow b 7) (* a (pow c 3)))) (* 32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) (pow a 2))> |
#<alt (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow c 4))) (* 1024/729 (/ (pow b 9) (pow c 4)))) a)) (* 256/81 (/ (pow b 7) (pow c 3)))) a)) (* 32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) (pow a 2))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -3 (* c (+ (* 9/128 (/ (pow a 3) (pow b 7))) (* 9/64 (/ (pow a 3) (pow b 7)))))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 8/9 (/ (pow b 3) (* (pow a 2) c)))> |
#<alt (/ (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)> |
#<alt (/ (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (+ (* 8/9 (/ (pow b 3) (pow a 2))) (* 256/81 (/ (pow b 7) (* (pow a 4) (pow c 2)))))) c)> |
#<alt (/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow a 5))) (* 1024/729 (/ (pow b 9) (pow a 5)))) (pow c 3))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (+ (* 8/9 (/ (pow b 3) (pow a 2))) (* 256/81 (/ (pow b 7) (* (pow a 4) (pow c 2))))))) c)> |
#<alt (* 8/9 (/ (pow b 3) (* (pow a 2) c)))> |
#<alt (* -1 (/ (+ (* -8/9 (/ (pow b 3) (pow a 2))) (* 32/27 (/ (pow b 5) (* (pow a 3) c)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -32/27 (/ (pow b 5) (pow a 3))) (* 256/81 (/ (pow b 7) (* (pow a 4) c)))) c)) (* -8/9 (/ (pow b 3) (pow a 2)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -32/27 (/ (pow b 5) (pow a 3))) (* -1 (/ (+ (* -256/81 (/ (pow b 7) (pow a 4))) (* 3 (/ (+ (* 512/729 (/ (pow b 9) (pow a 5))) (* 1024/729 (/ (pow b 9) (pow a 5)))) c))) c))) c)) (* -8/9 (/ (pow b 3) (pow a 2)))) c))> |
#<alt (* 2/3 (/ b a))> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a)> |
#<alt (/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* 2/3 (/ b (pow a 2))))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* 2/3 (/ b (pow a 2))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) a)) (* 3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) a)) (* 3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -3/8 (* a (pow c 2))) (* (pow b 2) (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))))) (pow b 3))> |
#<alt (/ (+ (* -3/8 (* a (pow c 2))) (* (pow b 2) (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))))) (pow b 3))> |
#<alt (* 2/3 (/ b a))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 2/3 (/ 1 a)))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* -1/2 (/ c b)) (* 2/3 (/ b a)))> |
#<alt (+ (* 2/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* 2/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* 2/3 (/ b (* a (pow c 2))))) (/ 1/2 (* b c))))> |
#<alt (* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* 2/3 (/ b (* a (pow c 2))))) (/ 1/2 (* b c))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (* 2 (pow b 2))))) (pow b 3))> |
#<alt (/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (* 2 (pow b 2))))) (pow b 3))> |
#<alt (* 2 b)> |
#<alt (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<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))) (* 3/2 (/ (* a c) (pow b 2)))) 2)))> |
#<alt (* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 2)))> |
#<alt (* 2 b)> |
#<alt (+ (* -3/2 (/ (* a c) b)) (* 2 b))> |
#<alt (+ (* 2 b) (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ (* 2 b) (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* 2 (/ b (pow c 2))))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* 2 (/ b (pow c 2))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) c))))> |
#<alt (* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) c))))> |
#<alt (* 2 b)> |
#<alt (+ (* -3/2 (/ (* a c) b)) (* 2 b))> |
#<alt (+ (* 2 b) (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ (* 2 b) (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* 2 (/ b (pow a 2))))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* 2 (/ b (pow a 2))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) a))))> |
#<alt (* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) a))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (pow b 2)))) (pow b 3))> |
#<alt (/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (pow b 2)))) (pow b 3))> |
#<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 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt b> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1)))> |
#<alt (* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 1)))> |
#<alt (* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 1)))> |
#<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)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (/ b (pow c 2)))))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (/ b (pow c 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b c)) (* 3/2 (/ a b))) c))))> |
#<alt (* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b c)) (* 3/2 (/ a b))) c))))> |
#<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)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (/ b (pow a 2)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (/ b (pow a 2)))))> |
#<alt (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b a)) (* 3/2 (/ c b))) a))))> |
#<alt (* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b a)) (* 3/2 (/ c b))) a))))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<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 (* 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)> |
#<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 (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (/ 2/3 a)> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/2 (/ c (pow b 2)))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (* -1/3 (/ c a))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ (* (pow a 2) c) (pow b 3))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
177 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 9.0ms | c | @ | -inf | (/ (* (/ c a) -1/3) (* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)))) |
| 5.0ms | a | @ | inf | (* 3 a) |
| 1.0ms | b | @ | 0 | (/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))))) |
| 1.0ms | a | @ | inf | (/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))))) |
| 1.0ms | c | @ | inf | (/ (* (/ c a) -1/3) (* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)))) |
| 1× | batch-egg-rewrite |
| 4280× | *-lowering-*.f32 |
| 4280× | *-lowering-*.f64 |
| 2482× | /-lowering-/.f32 |
| 2482× | /-lowering-/.f64 |
| 2216× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 57 | 282 |
| 1 | 361 | 266 |
| 2 | 4101 | 264 |
| 0 | 8117 | 264 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (* (/ c 1/3) 1) -1/3) (+ b (sqrt (+ (* b b) (* a (* c -3)))))) |
(* (* (/ c 1/3) 1) -1/3) |
(* (/ c 1/3) 1) |
(/ c 1/3) |
(* (/ (* c -3/2) b) 1/3) |
(/ (* c -3/2) b) |
(* c -3/2) |
(/ (/ (* (* c a) -3/2) b) (* 3 a)) |
(/ (* (* c a) -3/2) b) |
(* (* c a) -3/2) |
(* c a) |
(/ (* (/ c a) -1/3) (* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a)))) |
(* b (+ (/ (* -1/2 c) (* b b)) (/ 2/3 a))) |
(* (/ c a) -1/3) |
(/ c a) |
(/ (- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) (* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))))) |
(* (/ 1/3 a) (+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))))) |
(+ b (+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b)))))))) |
(+ b (* c (+ (/ (* -3/2 a) b) (* -9/8 (/ (* c (* a a)) (* b (* b b))))))) |
(* a (* c -3)) |
(+ (* b b) (* a (* c -3))) |
(* 3 a) |
(/ 2/3 a) |
(/ (* -1/2 c) (* b b)) |
(- (/ (+ (* b b) (* a (* c -3))) (* (* a a) 9)) (/ (* b b) (* (* a a) 9))) |
(/ (* c (* a a)) (* b (* b b))) |
(/ 1/3 a) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (*.f64 c #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c #s(literal -1 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (*.f64 c #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (*.f64 c #s(literal -1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (*.f64 c #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c #s(literal -1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) (/.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (*.f64 c #s(literal -1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (*.f64 c #s(literal -1 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 #s(literal 3 binary64) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 c #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (*.f64 c #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) (/.f64 c #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (*.f64 c #s(literal -1 binary64)) (+.f64 (*.f64 b (*.f64 b b)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 3/2 binary64)))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))))) |
(*.f64 (/.f64 (*.f64 c #s(literal -1 binary64)) (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) #s(literal -1/3 binary64)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) c)) #s(literal -1/3 binary64)) |
(*.f64 c #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1 binary64))) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 c #s(literal 1/3 binary64))) |
(*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 c #s(literal -1/3 binary64)) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1/3 binary64) c)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 c #s(literal -1/3 binary64))) |
(/.f64 c #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) c) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) c))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) #s(literal -1/3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c #s(literal 3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 c #s(literal 1/3 binary64))) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 3 binary64) c) |
(*.f64 #s(literal 3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1/3 binary64) c)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 c #s(literal -1/3 binary64))) |
(/.f64 c #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) c) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) c))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) #s(literal -1/3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c #s(literal 3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 c #s(literal 1/3 binary64))) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 3 binary64) c) |
(*.f64 #s(literal 3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #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 (*.f64 #s(literal 1/3 binary64) (*.f64 c #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (*.f64 c #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 c (*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1/3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 c (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (*.f64 c (/.f64 #s(literal -3/2 binary64) b)) #s(literal 1/3 binary64)) |
(*.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 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 1 binary64)) b) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 #s(literal 1 binary64) (*.f64 c (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 c #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) c) |
(*.f64 c #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (neg.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 a #s(literal 1/3 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 c a) (*.f64 (/.f64 #s(literal -3/2 binary64) b) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 c a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64))) |
(*.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 c (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c a) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal -3/2 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 c a)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal -3/2 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 c a)) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal -3/2 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 c (/.f64 a #s(literal 2/3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b)) |
(/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (/.f64 a #s(literal 2/3 binary64)) c) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 #s(literal 1 binary64) (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(*.f64 a (*.f64 c (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 c a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) c) |
(*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 c a)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c a)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) a) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) c) |
(*.f64 c a) |
(*.f64 a c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 a c)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 c a)) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 a c))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 a c) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 c a)) (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 a (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) a)) |
(/.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 a c))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) #s(literal 1 binary64)) (*.f64 a (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 c a))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b)) (neg.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) #s(literal 1 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) (/.f64 a c)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) b) |
(/.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) b) |
(pow.f64 (/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 a c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 a c))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 c a) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 c a) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 (/.f64 c a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 c a)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 c (*.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 #s(literal -1/3 binary64) (/.f64 a c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 a c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) (/.f64 a c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 c a)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) b) (/.f64 (/.f64 c a) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (/.f64 c a) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 #s(literal -1/3 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b)) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b) (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (*.f64 b (*.f64 b a))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b) (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)))))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 a c)) b) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (pow.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 c a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 c a)) #s(literal -1 binary64)) (pow.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) (*.f64 c #s(literal -1/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b)) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(+.f64 (/.f64 b (/.f64 a #s(literal 2/3 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b))) |
(fma.f64 b (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(fma.f64 b (/.f64 #s(literal 2/3 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) b) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) b (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(fma.f64 #s(literal 2/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) b) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b))) |
(fma.f64 (/.f64 #s(literal 2/3 binary64) a) b (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c b) b) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(fma.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b))) |
(fma.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 c (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(fma.f64 (*.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(fma.f64 (*.f64 b (/.f64 #s(literal -1/2 binary64) b)) (/.f64 c b) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b)) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b))) (-.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 2/3 binary64))) (/.f64 b (/.f64 a #s(literal 2/3 binary64)))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b)) (/.f64 b (/.f64 a #s(literal 2/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b)) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b))) (*.f64 (/.f64 b (/.f64 a #s(literal 2/3 binary64))) (/.f64 b (/.f64 a #s(literal 2/3 binary64))))) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b)) (/.f64 b (/.f64 a #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (*.f64 b (*.f64 b a))) |
(/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 b (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) b) (*.f64 b (*.f64 b a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 #s(literal 4/9 binary64) (*.f64 a a)))) b) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal 2/3 binary64) a) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 4/9 binary64) (*.f64 a a))) b) (-.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 c #s(literal -1/3 binary64)))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a c)) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 c #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1/3 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a c)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 c (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) a)) |
(/.f64 c a) |
(/.f64 #s(literal 1 binary64) (/.f64 a c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a c) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a c))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 c a)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) c) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(+.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) |
(fma.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(fma.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) a (neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (*.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (*.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) (neg.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (*.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) (+.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 #s(literal 1/3 binary64) a)) |
(pow.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) a) |
(*.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b)))) |
(*.f64 (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal 2 binary64) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) b) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 b (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) b (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal 2 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) |
(fma.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 #s(literal 2 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))))) |
(/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) a) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) (*.f64 a (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (*.f64 a (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) #s(literal 1/3 binary64)) (*.f64 (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) #s(literal 1 binary64)) (*.f64 (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) #s(literal -1/3 binary64)) (*.f64 (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (pow.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 (*.f64 (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))))) (-.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) |
(*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b))) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) |
(+.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b) |
(+.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (/.f64 (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) |
(fma.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) b)) |
(fma.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) c (*.f64 #s(literal 2 binary64) b)) |
(fma.f64 #s(literal 2 binary64) b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) |
(fma.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b)))) b) |
(fma.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) b) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b)))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (+.f64 (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (-.f64 (*.f64 b b) (*.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (neg.f64 (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (+.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 2 binary64) b)) (-.f64 (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (*.f64 b b)) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 #s(literal 2 binary64) b)) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (-.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) b))))) |
(*.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (-.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b) |
(+.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(+.f64 (+.f64 b (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (/.f64 (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(fma.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b) |
(fma.f64 #s(literal 1 binary64) (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 a (*.f64 c (/.f64 #s(literal -3/2 binary64) b)) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 c a) (/.f64 #s(literal 1 binary64) b)) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) b) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) c) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) c (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) c b) |
(fma.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(fma.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 c a) (+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b))) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (+.f64 (*.f64 b b) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b)))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (+.f64 (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (-.f64 (*.f64 b b) (*.f64 (*.f64 b c) (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (neg.f64 (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))) (*.f64 b b)) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b))) (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) b))))) |
(*.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) (-.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))))))) |
(*.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 #s(literal -3 binary64)) a) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 b b (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.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)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 2/3 binary64) a) |
(/.f64 #s(literal 2/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 2/3 binary64)))) |
(pow.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 2/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/3 binary64) a)) |
(*.f64 #s(literal 2/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -2/3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) b) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 c b) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -1/2 binary64)) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64)))) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(+.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) (/.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 b (neg.f64 (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(fma.f64 (*.f64 b b) (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(fma.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64)))) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (+.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64)))) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(fma.f64 (/.f64 b (*.f64 a a)) (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(fma.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) (+.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64)))) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (+.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64)))) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) (+.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 (*.f64 a a) #s(literal 9 binary64)))) b) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) #s(literal 1/9 binary64) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(fma.f64 (neg.f64 (/.f64 b (*.f64 a a))) (/.f64 b #s(literal 9 binary64)) (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 b b) (*.f64 a a)))) #s(literal 81 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b)))) (neg.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) (neg.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal -9 binary64))))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b)))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) a) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 a a)) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) #s(literal 9 binary64)) (*.f64 a a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(pow.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) |
(*.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))))) |
(*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b)))) |
(*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))) (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (*.f64 c (*.f64 a a)) b))) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 c (*.f64 a a)) b)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)) b) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 (/.f64 c b) (*.f64 a a)) (*.f64 b b)) |
(/.f64 (*.f64 c (/.f64 (*.f64 a a) (*.f64 b b))) b) |
(/.f64 (/.f64 (/.f64 (*.f64 c (*.f64 a a)) b) b) b) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c (*.f64 a a))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 c (*.f64 a a)) b)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 c a) (*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 c a) (/.f64 a (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 a a) (*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 c (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 a a) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 a a))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a a))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 a a)) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a a)) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) c) |
(*.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a a) b)) |
(*.f64 (/.f64 c (*.f64 b b)) (pow.f64 (/.f64 b (*.f64 a a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a a) b) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c a) b) (/.f64 a (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c a) (*.f64 b b)) (/.f64 a b)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 a a)) #s(literal -1 binary64)) (/.f64 c (*.f64 b b))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 c a)) #s(literal -1 binary64)) (/.f64 a b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -3 binary64))) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
| 1× | egg-herbie |
| 7800× | *-lowering-*.f32 |
| 7800× | *-lowering-*.f64 |
| 4096× | +-lowering-+.f64 |
| 4096× | +-lowering-+.f32 |
| 1454× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 883 | 7790 |
| 1 | 2953 | 7617 |
| 0 | 8550 | 7617 |
| 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 (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 1/2 (/ 1 b)))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 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) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a)) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* -1 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 c) |
(* 3 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)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/2 c) |
(* -3/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 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b)))) |
(* 2/3 (/ b a)) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))) |
(* 2/3 (/ b a)) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -9/32 (/ (* a (pow c 3)) (pow b 5)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7)))))))) |
(* 2/3 (/ b a)) |
(/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a) |
(* 2/3 (/ b a)) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a)) |
(* 2/3 (/ b a)) |
(* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a)))) |
(* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b)) |
(* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b) |
(* 2/3 (/ b a)) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* 2/3 (/ b a)) |
(* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* 2/3 (/ b a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(* -1/2 (/ c b)) |
(* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* -1/2 (/ c b)) |
(* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* 2/3 (/ b a)) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(* (pow b 3) (+ (* -32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) |
(* (pow b 3) (+ (* (pow b 2) (- (* 256/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) |
(* (pow b 3) (+ (* (pow b 2) (- (* (pow b 2) (+ (* -512/81 (/ (pow b 2) (* (pow a 5) (pow c 4)))) (* 256/81 (/ 1 (* (pow a 4) (pow c 3)))))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) |
(* -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) |
(/ (+ (* -3 (/ (+ (* 9/128 (* (pow a 3) (pow c 4))) (* 9/64 (* (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 (/ (+ (* -9/64 (* (pow a 3) (pow c 4))) (* -9/128 (* (pow a 3) (pow c 4)))) (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)) |
(* -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 (+ (* -3 (* a (+ (* 9/128 (/ (pow c 4) (pow b 7))) (* 9/64 (/ (pow c 4) (pow b 7)))))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (+ (* 8/9 (/ (pow b 3) c)) (* 256/81 (/ (pow b 7) (* (pow a 2) (pow c 3)))))) (pow a 2)) |
(/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow c 4))) (* 1024/729 (/ (pow b 9) (pow c 4)))) (pow a 3))) (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (+ (* 8/9 (/ (pow b 3) c)) (* 256/81 (/ (pow b 7) (* (pow a 2) (pow c 3))))))) (pow a 2)) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(/ (+ (* -1 (/ (+ (* -256/81 (/ (pow b 7) (* a (pow c 3)))) (* 32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow c 4))) (* 1024/729 (/ (pow b 9) (pow c 4)))) a)) (* 256/81 (/ (pow b 7) (pow c 3)))) a)) (* 32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -3 (* c (+ (* 9/128 (/ (pow a 3) (pow b 7))) (* 9/64 (/ (pow a 3) (pow b 7)))))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/ (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c) |
(/ (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (+ (* 8/9 (/ (pow b 3) (pow a 2))) (* 256/81 (/ (pow b 7) (* (pow a 4) (pow c 2)))))) c) |
(/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow a 5))) (* 1024/729 (/ (pow b 9) (pow a 5)))) (pow c 3))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (+ (* 8/9 (/ (pow b 3) (pow a 2))) (* 256/81 (/ (pow b 7) (* (pow a 4) (pow c 2))))))) c) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (pow a 2))) (* 32/27 (/ (pow b 5) (* (pow a 3) c)))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -32/27 (/ (pow b 5) (pow a 3))) (* 256/81 (/ (pow b 7) (* (pow a 4) c)))) c)) (* -8/9 (/ (pow b 3) (pow a 2)))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -32/27 (/ (pow b 5) (pow a 3))) (* -1 (/ (+ (* -256/81 (/ (pow b 7) (pow a 4))) (* 3 (/ (+ (* 512/729 (/ (pow b 9) (pow a 5))) (* 1024/729 (/ (pow b 9) (pow a 5)))) c))) c))) c)) (* -8/9 (/ (pow b 3) (pow a 2)))) c)) |
(* 2/3 (/ b a)) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* 2/3 (/ b (pow a 2)))))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* 2/3 (/ b (pow a 2)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -3/8 (* a (pow c 2))) (* (pow b 2) (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))))) (pow b 3)) |
(/ (+ (* -3/8 (* a (pow c 2))) (* (pow b 2) (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))))) (pow b 3)) |
(* 2/3 (/ b a)) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))) |
(* 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))) (* 1/2 (/ c (pow b 2)))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 2/3 (/ 1 a))))) |
(* 2/3 (/ b a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+ (* 2/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+ (* 2/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* 2/3 (/ b (* a (pow c 2))))) (/ 1/2 (* b c)))) |
(* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* 2/3 (/ b (* a (pow c 2))))) (/ 1/2 (* b c)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (* 2 (pow b 2))))) (pow b 3)) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (* 2 (pow b 2))))) (pow b 3)) |
(* 2 b) |
(* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))) (* 3/2 (/ (* a c) (pow b 2)))) 2))) |
(* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 2))) |
(* 2 b) |
(+ (* -3/2 (/ (* a c) b)) (* 2 b)) |
(+ (* 2 b) (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ (* 2 b) (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* 2 (/ b (pow c 2)))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* 2 (/ b (pow c 2)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) c)))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) c)))) |
(* 2 b) |
(+ (* -3/2 (/ (* a c) b)) (* 2 b)) |
(+ (* 2 b) (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ (* 2 b) (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* 2 (/ b (pow a 2)))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* 2 (/ b (pow a 2)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) a)))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) a)))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (pow b 2)))) (pow b 3)) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (pow b 2)))) (pow b 3)) |
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 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 1))) |
(* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 1))) |
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)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (/ b (pow c 2))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (/ b (pow c 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b c)) (* 3/2 (/ a b))) c)))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b c)) (* 3/2 (/ a b))) c)))) |
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)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (/ b (pow a 2))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (/ b (pow a 2))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b a)) (* 3/2 (/ c b))) a)))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b a)) (* 3/2 (/ c b))) a)))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -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)) |
(* 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) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(/ 2/3 a) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/2 (/ c (pow b 2))) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(* -1/3 (/ c a)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
| 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 (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* c (+ (* -27/32 (/ (pow a 3) (pow b 7))) (* -27/128 (/ (pow a 3) (pow b 7))))))))) (* 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 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -135/128 binary64) c)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (pow c 2)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 c c)) (-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(- (+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (sqrt -3)))) (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4))))) (pow c 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))))) |
(-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 b (*.f64 b b)))) (*.f64 a a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 b (*.f64 a #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)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(+ (* -1 (/ b (* a (pow (sqrt 3) 2)))) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) #s(literal -1/2 binary64))) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4))))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* -1 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) |
(+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) b) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (/.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) c) (/.f64 (/.f64 (*.f64 c b) a) #s(literal -3 binary64)))) c)) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (/ b (* a (pow (sqrt -3) 2)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/2 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -1 (* b (- (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -3) 4))))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3))))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (pow (sqrt -3) 2)))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 b (-.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/2 binary64)) (*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (*.f64 (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)) a)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))))))) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 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 -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(/ (+ (* -27/32 (/ (* (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))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/32 binary64) (pow.f64 c #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 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 (*.f64 (*.f64 #s(literal -27/128 binary64) (pow.f64 c #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b))))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (neg.f64 b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -3/4 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 b)) |
(* -1 (* b (+ (* -3/4 (/ (* a (* c (+ (* -3/4 (* a (pow c 2))) (* 3/8 (* a (pow c 2)))))) (pow b 6))) (+ (* -3/4 (/ (* a (pow c 2)) (pow b 4))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (* (pow b 6) c)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a)))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) a)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (*.f64 a (*.f64 a (*.f64 c (pow.f64 b #s(literal 6 binary64))))))))) (neg.f64 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 -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* a (+ (* -27/32 (/ (pow c 4) (pow b 7))) (* -27/128 (/ (pow c 4) (pow b 7)))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -135/128 binary64) a))))))) |
(* -1 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (/ b (pow (sqrt -3) 2))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))) a) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64))) #s(literal -1/2 binary64)) (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) a) |
(/ (+ (* -1 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (+ (* -1/2 (/ (pow b 3) (* a (* c (pow (sqrt -3) 4))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (/ b (pow (sqrt -3) 2))))))) a) |
(/.f64 (-.f64 (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c)) (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/2 binary64) b)) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)) a)))) (+.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64))) #s(literal -1/2 binary64)) (/.f64 b #s(literal -3 binary64)))) (/.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) a) |
(* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (/ b (pow (sqrt 3) 2))) a)) |
(/.f64 (-.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #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)))) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) #s(literal -1/2 binary64))) a)) a))) a) |
(* -1 (/ (+ (* -1 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (* a b) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (* -1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt 3) 4))))) a)) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a))) a))) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 b a) #s(literal -3 binary64)) (/.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)))) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) #s(literal -1/2 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a)) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) b) (*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a))) a)) a))) a) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 binary64)) |
(* 3 c) |
(*.f64 c #s(literal 3 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) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 binary64)) |
(* -3/2 c) |
(*.f64 c #s(literal -3/2 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 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) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c a) |
(* a c) |
(*.f64 c 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 (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 a a)) c) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a)))) |
(- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))))) |
(- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))) |
(-.f64 (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (*.f64 (/.f64 #s(literal 128/81 binary64) (pow.f64 a #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 c c))))) (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c (*.f64 a (*.f64 a a))))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a)))) |
(+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(-.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(-.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (+.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) c)) (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a))) 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 (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -9/32 (/ (* a (pow c 3)) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a)) (+.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a (*.f64 c c)))))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a) |
(/.f64 (+.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a))) (+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a (*.f64 c c)))) (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 c (*.f64 c (*.f64 a (*.f64 a a)))))))) a) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a)) (*.f64 b #s(literal -2/3 binary64))) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a)) |
(/.f64 (-.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c)))) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a)) |
(/.f64 (-.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c c))) a)) a)) (neg.f64 a)) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b b)) (*.f64 c (*.f64 a a))))) |
(* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))))))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 b (*.f64 b (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 c (pow.f64 a #s(literal 4 binary64)))))) (/.f64 #s(literal 32/27 binary64) (*.f64 c (*.f64 c (*.f64 a (*.f64 a 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) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 (*.f64 (*.f64 #s(literal -27/128 binary64) (pow.f64 c #s(literal 4 binary64))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 b)) |
(* -1 (/ (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 9/32 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 b)) |
(* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 9/32 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 (*.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))))) (neg.f64 b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b) |
(/ (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)) (neg.f64 b)) |
(* -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)) (neg.f64 b)) |
(* -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)) (neg.f64 b)) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))))) |
(* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))))) |
(* -1 (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) |
(* (pow b 3) (+ (* -32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))) (/.f64 (*.f64 #s(literal -32/27 binary64) (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 a (*.f64 a a))))))) |
(* (pow b 3) (+ (* (pow b 2) (- (* 256/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 256/81 binary64) (*.f64 b b)) (*.f64 c (*.f64 c (*.f64 c (pow.f64 a #s(literal 4 binary64)))))) (/.f64 #s(literal -32/27 binary64) (*.f64 c (*.f64 c (*.f64 a (*.f64 a a))))))))) |
(* (pow b 3) (+ (* (pow b 2) (- (* (pow b 2) (+ (* -512/81 (/ (pow b 2) (* (pow a 5) (pow c 4)))) (* 256/81 (/ 1 (* (pow a 4) (pow c 3)))))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -512/81 binary64) (*.f64 b b)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 5 binary64)))) (/.f64 #s(literal 256/81 binary64) (*.f64 c (*.f64 c (*.f64 c (pow.f64 a #s(literal 4 binary64)))))))) (/.f64 #s(literal -32/27 binary64) (*.f64 c (*.f64 c (*.f64 a (*.f64 a 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 -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(/ (+ (* -3 (/ (+ (* 9/128 (* (pow a 3) (pow c 4))) (* 9/64 (* (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 -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 27/128 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (neg.f64 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 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 b)) |
(* -1 (/ (+ (* -3 (/ (+ (* -9/64 (* (pow a 3) (pow c 4))) (* -9/128 (* (pow a 3) (pow c 4)))) (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 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -27/128 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (neg.f64 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 -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -3 (* a (+ (* 9/128 (/ (pow c 4) (pow b 7))) (* 9/64 (/ (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 -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 27/128 binary64) a)))))))) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) |
(/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c)))) (*.f64 a a)) |
(/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (+ (* 8/9 (/ (pow b 3) c)) (* 256/81 (/ (pow b 7) (* (pow a 2) (pow c 3)))))) (pow a 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 a a)) |
(/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow c 4))) (* 1024/729 (/ (pow b 9) (pow c 4)))) (pow a 3))) (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (+ (* 8/9 (/ (pow b 3) c)) (* 256/81 (/ (pow b 7) (* (pow a 2) (pow c 3))))))) (pow a 2)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 512/243 binary64))) (*.f64 a (*.f64 a a)))) (*.f64 a a)) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) |
(/ (+ (* -32/27 (/ (pow b 5) (* a (pow c 2)))) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c)))) (*.f64 a a)) |
(/ (+ (* -1 (/ (+ (* -256/81 (/ (pow b 7) (* a (pow c 3)))) (* 32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c c))) a)) (*.f64 a a)) |
(/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow c 4))) (* 1024/729 (/ (pow b 9) (pow c 4)))) a)) (* 256/81 (/ (pow b 7) (pow c 3)))) a)) (* 32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) (pow a 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c c)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 512/243 binary64))) a) (/.f64 (*.f64 #s(literal 256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 c c)))) a)) a)) (*.f64 a a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -3 (* c (+ (* 9/128 (/ (pow a 3) (pow b 7))) (* 9/64 (/ (pow a 3) (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 -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 27/128 binary64) c))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) |
(/ (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a))) c) |
(/ (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (+ (* 8/9 (/ (pow b 3) (pow a 2))) (* 256/81 (/ (pow b 7) (* (pow a 4) (pow c 2)))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a)) (/.f64 (*.f64 #s(literal 256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 c (pow.f64 a #s(literal 4 binary64))))))) c) |
(/ (+ (* -3 (/ (+ (* 512/729 (/ (pow b 9) (pow a 5))) (* 1024/729 (/ (pow b 9) (pow a 5)))) (pow c 3))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (+ (* 8/9 (/ (pow b 3) (pow a 2))) (* 256/81 (/ (pow b 7) (* (pow a 4) (pow c 2))))))) c) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (*.f64 c (pow.f64 a #s(literal 4 binary64))))) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64))) (*.f64 c c)) (/.f64 #s(literal 512/243 binary64) c))))) c) |
(* 8/9 (/ (pow b 3) (* (pow a 2) c))) |
(/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (pow a 2))) (* 32/27 (/ (pow b 5) (* (pow a 3) c)))) c)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a)) (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -32/27 (/ (pow b 5) (pow a 3))) (* 256/81 (/ (pow b 7) (* (pow a 4) c)))) c)) (* -8/9 (/ (pow b 3) (pow a 2)))) c)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (pow.f64 a #s(literal 4 binary64))))) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -32/27 (/ (pow b 5) (pow a 3))) (* -1 (/ (+ (* -256/81 (/ (pow b 7) (pow a 4))) (* 3 (/ (+ (* 512/729 (/ (pow b 9) (pow a 5))) (* 1024/729 (/ (pow b 9) (pow a 5)))) c))) c))) c)) (* -8/9 (/ (pow b 3) (pow a 2)))) c)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -256/81 binary64) (pow.f64 b #s(literal 7 binary64))) (pow.f64 a #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64))) #s(literal 512/243 binary64))) c)) c)) c)) (-.f64 #s(literal 0 binary64) c)) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* 2/3 b)) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(/ (+ (* 2/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* 2/3 (/ b (pow a 2)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a a))))) |
(* a (+ (* -1/2 (/ c (* a b))) (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* 2/3 (/ b (pow a 2)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a a))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) a)) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) a)) (neg.f64 a)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/8 (* a (pow c 2))) (* (pow b 2) (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/8 (* a (pow c 2))) (* (pow b 2) (+ (* -1/2 c) (* 2/3 (/ (pow b 2) a))))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)))) (*.f64 b (*.f64 b b))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))) |
(*.f64 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))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))) |
(*.f64 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))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a)) (neg.f64 b)) |
(* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) (neg.f64 b)) |
(* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) (neg.f64 b)) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* -1/2 (/ c b)) (* 2/3 (/ b a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(+ (* 2/3 (/ b a)) (* 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 b #s(literal 2/3 binary64)) a)) |
(+ (* 2/3 (/ b a)) (* 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 b #s(literal 2/3 binary64)) a)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* 2/3 (/ b (* a (pow c 2))))) (/ 1/2 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))))) |
(* (pow c 2) (- (+ (* -3/8 (/ a (pow b 3))) (* 2/3 (/ b (* a (pow c 2))))) (/ 1/2 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) c))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) c)) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) c))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 a (*.f64 (*.f64 c (*.f64 b b)) #s(literal -3/2 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (* 2 (pow b 2))))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b (*.f64 b #s(literal 2 binary64)))))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (* 2 (pow b 2))))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b (*.f64 b #s(literal 2 binary64)))))) (*.f64 b (*.f64 b b))) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 2 binary64)))) |
(* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 2 binary64)))) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 2))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -2 binary64)) (neg.f64 b)) |
(* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 2))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal -2 binary64))) (neg.f64 b)) |
(* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 2))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal -2 binary64))) (neg.f64 b)) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(+ (* -3/2 (/ (* a c) b)) (* 2 b)) |
(+.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(+ (* 2 b) (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 (*.f64 b #s(literal 2 binary64)) (*.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)))))) |
(+ (* 2 b) (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 (*.f64 b #s(literal 2 binary64)) (*.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)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* 2 (/ b (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 b (*.f64 c c)))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* 2 (/ b (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 b (*.f64 c c)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) c))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) c))) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(+ (* -3/2 (/ (* a c) b)) (* 2 b)) |
(+.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(+ (* 2 b) (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ (* 2 b) (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 (*.f64 b #s(literal 2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* 2 (/ b (pow a 2)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 b (*.f64 a a)))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* 2 (/ b (pow a 2)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 b (*.f64 a a)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) a))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) a))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 a (*.f64 (*.f64 c (*.f64 b b)) #s(literal -3/2 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (pow b 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/8 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -3/2 (* a c)) (pow b 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3/2 binary64)))))) (*.f64 b (*.f64 b b))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) |
b |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 binary64)) (neg.f64 b)) |
(* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 binary64))) (neg.f64 b)) |
(* -1 (* b (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1 binary64))) (neg.f64 b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 #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)) (* -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)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (/ b (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 b (*.f64 c c))))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (/ b (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 b (*.f64 c c))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b c)) (* 3/2 (/ a b))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (/.f64 b c)) c))) |
(* (pow c 2) (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b c)) (* 3/2 (/ a b))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (/.f64 b c)) c))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (/.f64 (*.f64 c #s(literal -3/2 binary64)) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (/ b (pow a 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (+.f64 (/.f64 b (*.f64 a a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (/ b (pow a 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (+.f64 (/.f64 b (*.f64 a a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b a)) (* 3/2 (/ c b))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a)) a))) |
(* (pow a 2) (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* -1 (/ (+ (* -1 (/ b a)) (* 3/2 (/ c b))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal 3/2 binary64)) (/.f64 b a)) a))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -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)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.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 #s(literal 0 binary64) c) (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c))) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(/ 2/3 a) |
(/.f64 #s(literal 2/3 binary64) a) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/2 (/ c (pow b 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(* -1/3 (/ c a)) |
(*.f64 (/.f64 c a) #s(literal -1/3 binary64)) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) c) (pow b 3)) |
(/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
Compiled 56411 to 3520 computations (93.8% saved)
68 alts after pruning (65 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1452 | 56 | 1508 |
| Fresh | 7 | 9 | 16 |
| Picked | 4 | 1 | 5 |
| Done | 4 | 2 | 6 |
| Total | 1467 | 68 | 1535 |
| Status | Accuracy | Program |
|---|---|---|
| 16.4% | (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 a a)) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 16.3% | (/.f64 (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 17.0% | (/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 16.4% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 16.4% | (/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 16.4% | (/.f64 (/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 16.3% | (/.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 16.4% | (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) | |
| 89.7% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) | |
| 89.8% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) | |
| 89.8% | (/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) b) (*.f64 #s(literal 3 binary64) a)) | |
| 89.9% | (/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) | |
| 89.9% | (/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) | |
| 89.7% | (/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) | |
| 95.3% | (/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a)) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)))) (*.f64 b (*.f64 b b)))) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.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 b #s(literal 2/3 binary64)) a))) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) a)) (neg.f64 a))) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) c)))) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))))) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a a)))))) | |
| 16.2% | (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 16.3% | (/.f64 (-.f64 (/.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 99.9% | (/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) | |
| 17.1% | (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 97.5% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) | |
| 95.7% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 95.4% | (/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) | |
| 97.0% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))))) a)) | |
| 95.1% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b)) | |
| 89.8% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) | |
| 95.4% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) | |
| 97.1% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/3 binary64)) a))) | |
| 97.0% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) | |
| 95.2% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) | |
| 95.2% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))))) | |
| 95.3% | (/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64))))) | |
| 90.0% | (/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) | |
| 95.2% | (/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) | |
| 89.8% | (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) | |
| 95.3% | (/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) | |
| 95.5% | (/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) | |
| 89.7% | (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) | |
| 95.3% | (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) a)) | |
| 99.4% | (/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) | |
| ✓ | 90.4% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 89.8% | (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 89.8% | (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) | |
| 89.7% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) | |
| 90.1% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) | |
| 89.7% | (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) | |
| 97.5% | (+.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))))) | |
| 89.8% | (*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| 89.6% | (*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) | |
| 89.8% | (*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) | |
| 89.8% | (*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) | |
| ✓ | 89.8% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
| 95.5% | (*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) | |
| 99.3% | (*.f64 (/.f64 c #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) | |
| ✓ | 90.1% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 89.7% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) | |
| 89.7% | (*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 89.8% | (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) | |
| 89.8% | (*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) | |
| 95.4% | (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) | |
| 95.3% | (*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) | |
| 99.3% | (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 c #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
Compiled 5780 to 1868 computations (67.7% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 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 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) #s(literal 1/3 binary64)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) a)) |
(/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b)) |
(/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) 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 c a) (*.f64 c a)) (*.f64 b b)))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/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 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))))) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.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 b #s(literal 2/3 binary64)) a))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 a a)) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) c)))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a)) |
(/.f64 (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) a)) (neg.f64 a))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a a)))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)))) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (/.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 c #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))))))) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (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 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) a)) |
(+.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 a (*.f64 c (*.f64 c a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c 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 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal -5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal 405/64 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 a b) #s(literal -1/6 binary64))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64)))))) a)) |
(*.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 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(+.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 c (*.f64 c c)) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)))))))) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b)) #s(literal -9/8 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))))))))))))) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
5 calls:
| 68.0ms | b |
| 52.0ms | a |
| 42.0ms | (*.f64 #s(literal 3 binary64) a) |
| 39.0ms | c |
| 31.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | a |
| 99.9% | 1 | b |
| 99.9% | 1 | c |
| 99.9% | 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)) |
| 99.9% | 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 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 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 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) #s(literal 1/3 binary64)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) a)) |
(/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b)) |
(/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) 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 c a) (*.f64 c a)) (*.f64 b b)))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/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 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))))) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (+.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 b #s(literal 2/3 binary64)) a))) |
(/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 a a)) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) c)))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a)) |
(/.f64 (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (/.f64 (*.f64 b b) (*.f64 a a))) #s(literal 9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) a)) (neg.f64 a))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b a)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a a)))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)))) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (/.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) #s(literal 9 binary64)) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 a a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 a a) #s(literal 9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 b b))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (+.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (*.f64 a a)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 a a) (*.f64 a a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #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 a (*.f64 c #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) a) |
| Outputs |
|---|
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
3 calls:
| 46.0ms | c |
| 44.0ms | b |
| 31.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.5% | 1 | a |
| 97.5% | 1 | b |
| 97.5% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 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 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) #s(literal 1/3 binary64)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) a)) |
(/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b)) |
(/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) 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 c a) (*.f64 c a)) (*.f64 b b)))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/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 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b))))) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))))))) |
| Outputs |
|---|
(+.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))))) |
3 calls:
| 19.0ms | c |
| 18.0ms | b |
| 17.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.5% | 1 | a |
| 97.5% | 1 | b |
| 97.5% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 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 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) #s(literal 1/3 binary64)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) a)) |
(/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b)) |
(/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) 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 c a) (*.f64 c a)) (*.f64 b b)))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/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 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/3 binary64)) a))) |
3 calls:
| 35.0ms | a |
| 17.0ms | b |
| 16.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.1% | 1 | a |
| 97.1% | 1 | c |
| 97.1% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 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 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) #s(literal 1/3 binary64)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) a)) |
(/.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b)))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 b b)) a)) b)) |
(/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 c #s(literal -1/3 binary64)) a) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)))) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) a) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2/3 binary64))))) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)))) 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 c a) (*.f64 c a)) (*.f64 b b)))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 (*.f64 a (*.f64 c (/.f64 (/.f64 (/.f64 c b) b) b))) #s(literal -9/8 binary64)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c (*.f64 c a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (*.f64 b b)) #s(literal -27/8 binary64))) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) a) #s(literal 1/3 binary64)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
3 calls:
| 33.0ms | b |
| 17.0ms | a |
| 16.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.7% | 1 | a |
| 95.7% | 1 | b |
| 95.7% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 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 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) #s(literal -9/8 binary64))) b) #s(literal 1/3 binary64)) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
3 calls:
| 12.0ms | a |
| 12.0ms | c |
| 11.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.7% | 1 | a |
| 95.7% | 1 | b |
| 95.7% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 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 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
| Outputs |
|---|
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
3 calls:
| 12.0ms | b |
| 10.0ms | c |
| 9.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.4% | 1 | a |
| 95.4% | 1 | b |
| 95.4% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
3 calls:
| 10.0ms | a |
| 9.0ms | c |
| 9.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.4% | 1 | b |
| 95.4% | 1 | a |
| 95.4% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (*.f64 #s(literal 1/3 binary64) c) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 a b) c)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 a b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c a) #s(literal -1/3 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (*.f64 c #s(literal -3/2 binary64)) a) 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 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) b))) |
(/.f64 (*.f64 (*.f64 c (/.f64 a #s(literal 2/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
| Outputs |
|---|
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
3 calls:
| 22.0ms | b |
| 8.0ms | c |
| 8.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.4% | 1 | a |
| 90.4% | 1 | c |
| 90.4% | 1 | b |
Compiled 12 to 9 computations (25% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
3 calls:
| 1.0ms | c |
| 1.0ms | a |
| 1.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.1% | 1 | a |
| 90.1% | 1 | b |
| 90.1% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| 1× | egg-herbie |
| 58× | *-commutative_binary64 |
| 32× | +-commutative_binary64 |
| 10× | sub-neg_binary64 |
| 10× | neg-mul-1_binary64 |
| 8× | neg-sub0_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 69 | 192 |
| 1 | 107 | 192 |
| 2 | 112 | 192 |
| 3 | 117 | 192 |
| 4 | 125 | 192 |
| 5 | 134 | 192 |
| 6 | 139 | 192 |
| 7 | 141 | 192 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) 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 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/3 binary64)) a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.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 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(/.f64 (-.f64 #s(literal 0 binary64) c) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 c (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c #s(literal -1/2 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 (/.f64 c a) #s(literal -1/3 binary64)) (+.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 b #s(literal 2/3 binary64)) a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.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 (*.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 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64)) b)) |
(*.f64 c (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b 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)) |
| 7800× | *-lowering-*.f32 |
| 7800× | *-lowering-*.f64 |
| 7264× | *-lowering-*.f32 |
| 7264× | *-lowering-*.f64 |
| 6144× | *-lowering-*.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3361 |
| 1 | 1915 | 3319 |
| 2 | 7254 | 3319 |
| 0 | 8098 | 3319 |
| 0 | 1390 | 14124 |
| 1 | 4951 | 13979 |
| 0 | 8670 | 13979 |
| 0 | 1015 | 10817 |
| 1 | 3634 | 10641 |
| 0 | 8157 | 10641 |
| 0 | 883 | 7790 |
| 1 | 2953 | 7617 |
| 0 | 8550 | 7617 |
| 0 | 61 | 394 |
| 1 | 377 | 368 |
| 2 | 4109 | 366 |
| 0 | 8301 | 366 |
| 0 | 47 | 246 |
| 1 | 284 | 235 |
| 2 | 2826 | 226 |
| 0 | 8425 | 226 |
| 0 | 13 | 48 |
| 1 | 62 | 48 |
| 2 | 533 | 48 |
| 3 | 7518 | 48 |
| 0 | 8810 | 48 |
| 0 | 12 | 16 |
| 1 | 30 | 15 |
| 2 | 69 | 15 |
| 3 | 168 | 15 |
| 4 | 292 | 15 |
| 5 | 521 | 15 |
| 6 | 1034 | 15 |
| 7 | 2217 | 15 |
| 8 | 5226 | 15 |
| 9 | 7778 | 15 |
| 0 | 8194 | 15 |
| 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 625 to 363 computations (41.9% saved)
Compiled 432 to 156 computations (63.9% saved)
Loading profile data...