
Time bar (total: 12.0s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 3 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 4 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 5 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 6 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 7 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 8 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 9 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 10 |
| 75% | 74.8% | 24.9% | 0.2% | 0% | 0% | 0% | 11 |
| 75% | 74.8% | 24.9% | 0.2% | 0% | 0% | 0% | 12 |
Compiled 19 to 14 computations (26.3% saved)
ival-mult: 40.0ms (68.6% of total)ival-sub: 8.0ms (13.7% of total)ival-div: 7.0ms (12% of total)const: 3.0ms (5.1% of total)backward-pass: 1.0ms (1.7% of total)| 797.0ms | 8256× | 0 | valid |
ival-mult: 309.0ms (70.4% of total)ival-div: 68.0ms (15.5% of total)ival-sub: 43.0ms (9.8% of total)const: 16.0ms (3.6% of total)backward-pass: 3.0ms (0.7% of total)| 2× | egg-herbie |
| 2170× | fnmadd-define |
| 1698× | fma-lowering-fma.f32 |
| 1698× | fma-lowering-fma.f64 |
| 1682× | fmsub-define |
| 1644× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 80 | 261 |
| 1 | 335 | 252 |
| 2 | 1133 | 252 |
| 3 | 4508 | 252 |
| 0 | 13 | 12 |
| 1 | 31 | 12 |
| 2 | 110 | 12 |
| 3 | 347 | 12 |
| 4 | 965 | 12 |
| 5 | 1846 | 12 |
| 6 | 3531 | 12 |
| 7 | 5840 | 12 |
| 0 | 8334 | 12 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (/ (fma x (* t -9) (* y z)) 2) a) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (fma x (* z -9) (* y t)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (fmsub y a (* z (* 9 t))) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (fmsub x (/ z 2) (* y (* t 9/2))) a) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (fmsub x t (* y (* z 9))) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (fmsub x a (* z (* 9 t))) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (fma t (* a -9) (* x y)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
(/ (fmsub x y (* z (* 9 a))) (* t 2)) |
(negabs a)
(sort x y)
(sort z t)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 22 | 0 | - | 1 | (1.2760551867594019e-278 1.1546911156388188e-36 -1.4096520814149174e-293 3.047066824346262e-120 2.116779729839028e-52) | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 x y) |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | (*.f64 z #s(literal 9 binary64)) |
| 0 | 0 | - | 0 | - | #s(literal 9 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 0 | 0 | - | 0 | - | t |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | (*.f64 a #s(literal 2 binary64)) |
| 133.0ms | 512× | 0 | valid |
Compiled 116 to 41 computations (64.7% saved)
ival-mult: 65.0ms (82.8% of total)ival-sub: 8.0ms (10.2% of total)ival-div: 4.0ms (5.1% of total)const: 1.0ms (1.3% of total)backward-pass: 0.0ms (0% of total)Compiled 18 to 13 computations (27.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 91.9% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 91.9% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
Compiled 36 to 26 computations (27.8% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 2170× | fnmadd-define |
| 1698× | fma-lowering-fma.f32 |
| 1698× | fma-lowering-fma.f64 |
| 1682× | fmsub-define |
| 1644× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 82 |
| 1 | 44 | 82 |
| 2 | 130 | 82 |
| 3 | 351 | 82 |
| 4 | 965 | 82 |
| 5 | 1846 | 82 |
| 6 | 3520 | 82 |
| 7 | 5829 | 82 |
| 0 | 8323 | 82 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
x |
y |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
(* a 2) |
a |
2 |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(- (* x y) (* (* z 9) t)) |
(* x y) |
x |
y |
(* (* z 9) t) |
(* z 9) |
z |
9 |
t |
(* a 2) |
a |
2 |
| Outputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(+ (* x y) (* z (* t -9))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* z (* t -9)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
z |
(* t -9) |
(*.f64 t #s(literal -9 binary64)) |
t |
-9 |
#s(literal -9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(- (* x y) (* (* z 9) t)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* (* z 9) t) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(* z 9) |
(*.f64 z #s(literal 9 binary64)) |
z |
9 |
#s(literal 9 binary64) |
t |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | accuracy | 91.9% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 99.7% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 91.9% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 44.0ms | 256× | 0 | valid |
Compiled 92 to 19 computations (79.3% saved)
ival-mult: 11.0ms (60.4% of total)ival-div: 4.0ms (22% of total)ival-sub: 1.0ms (5.5% of total)ival-add: 1.0ms (5.5% of total)const: 1.0ms (5.5% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (+ (* x y) (* z (* t -9))) (* a 2))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* x y)> |
#<alt (* z (* t -9))> |
#<alt (/ (- (* x y) (* (* z 9) t)) (* a 2))> |
#<alt (- (* x y) (* (* z 9) t))> |
#<alt (* (* z 9) t)> |
#<alt (* a 2)> |
| Outputs |
|---|
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
75 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | a | @ | -inf | (* a 2) |
| 3.0ms | z | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 2.0ms | t | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | y | @ | inf | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | x | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1× | batch-egg-rewrite |
| 3148× | *-lowering-*.f32 |
| 3148× | *-lowering-*.f64 |
| 2198× | /-lowering-/.f32 |
| 2198× | /-lowering-/.f64 |
| 1470× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 761 | 56 |
| 0 | 9023 | 56 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
(* z (* t -9)) |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(- (* x y) (* (* z 9) t)) |
(* (* z 9) t) |
(* a 2) |
| Outputs |
|---|
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) #s(literal -2 binary64))) (/.f64 z a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t a)) (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t #s(literal 2 binary64))) (/.f64 (*.f64 z #s(literal 9 binary64)) a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 a (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 x y (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64)) (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (pow.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(*.f64 x y) |
(*.f64 y x) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(neg.f64 (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 t #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) #s(literal -2 binary64))) (/.f64 z a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t a)) (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t #s(literal 2 binary64))) (/.f64 (*.f64 z #s(literal 9 binary64)) a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 a (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 x y (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64)) (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (pow.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal -9 binary64)))) |
(*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal 9 binary64)) t) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (neg.f64 (*.f64 z #s(literal -9 binary64))) t) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (*.f64 t #s(literal 9 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) |
(neg.f64 (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 #s(literal 2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) |
| 1× | egg-herbie |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 1636× | /-lowering-/.f32 |
| 1636× | /-lowering-/.f64 |
| 1340× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* -9 (* t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* -9 (* t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* -9 (* t z)) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* -9 (* t z)) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
| Outputs |
|---|
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
Compiled 33973 to 1189 computations (96.5% saved)
14 alts after pruning (13 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1030 | 13 | 1043 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1031 | 14 | 1045 |
| Status | Accuracy | Program |
|---|---|---|
| 64.8% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) | |
| ✓ | 91.9% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 23.7% | (/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
| 50.1% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 52.9% | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 91.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) | |
| ▶ | 86.6% | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| 74.3% | (+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) | |
| 74.3% | (+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) | |
| 71.5% | (+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) | |
| 79.2% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) | |
| ▶ | 91.8% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 50.4% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) | |
| ▶ | 52.9% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
Compiled 830 to 405 computations (51.2% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 2816 | (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
| ✓ | cost-diff | 2944 | (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
| ✓ | cost-diff | 2944 | (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a) |
| ✓ | cost-diff | 5248 | (/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x y) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 z #s(literal -9 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 t (*.f64 z #s(literal -9 binary64))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 t z) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 t z) a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 3710× | *-lowering-*.f32 |
| 3710× | *-lowering-*.f64 |
| 2434× | +-lowering-+.f64 |
| 2434× | +-lowering-+.f32 |
| 1974× | sum3-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 437 |
| 1 | 148 | 370 |
| 2 | 671 | 285 |
| 3 | 4587 | 267 |
| 0 | 8893 | 267 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/2 a) (+ (* x y) (* -9 (* z t)))) |
(/ 1/2 a) |
1/2 |
a |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
x |
y |
(* -9 (* z t)) |
-9 |
(* z t) |
z |
t |
(* -9/2 (/ (* t z) a)) |
-9/2 |
(/ (* t z) a) |
(* t z) |
t |
z |
a |
(/ (* t (* z -9)) (* a 2)) |
(* t (* z -9)) |
t |
(* z -9) |
z |
-9 |
(* a 2) |
a |
2 |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(/ (/ (* x y) a) 2) |
(/ (* x y) a) |
(* x y) |
x |
y |
a |
2 |
(* t (* (/ z a) 9/2)) |
t |
(* (/ z a) 9/2) |
(/ z a) |
z |
9/2 |
(/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
(* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) |
(+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) |
(* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
x |
y |
(* -9 (* z t)) |
-9 |
(* z t) |
z |
t |
(* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) |
(* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9))))) |
(+ (* -9 (* z t)) (* t (* z 9))) |
(* t (* z 9)) |
(* z 9) |
9 |
(* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) |
1/2 |
(* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a) |
(+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) |
(+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9))))) |
(* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))) |
(- (* t (* z 9)) (* x y)) |
a |
| Outputs |
|---|
(* (/ 1/2 a) (+ (* x y) (* -9 (* z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(+ (* x y) (* -9 (* z t))) |
(-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* -9 (* z t)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
-9 |
#s(literal -9 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
-9/2 |
#s(literal -9/2 binary64) |
(/ (* t z) a) |
(/.f64 (*.f64 z t) a) |
(* t z) |
(*.f64 z t) |
t |
z |
a |
(/ (* t (* z -9)) (* a 2)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (* z -9)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
t |
(* z -9) |
(*.f64 #s(literal -9 binary64) z) |
z |
-9 |
#s(literal -9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(+.f64 (/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) y) a) (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a)) |
(/ (/ (* x y) a) 2) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(* x y) |
(*.f64 x y) |
x |
y |
a |
2 |
#s(literal 2 binary64) |
(* t (* (/ z a) 9/2)) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a) |
t |
(* (/ z a) 9/2) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(/ z a) |
(/.f64 z a) |
z |
9/2 |
#s(literal 9/2 binary64) |
(/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
(/.f64 (*.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) |
(*.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) |
(*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) |
(*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+ (* x y) (* -9 (* z t))) |
(-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* -9 (* z t)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
-9 |
#s(literal -9 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
(* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) |
(*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9))))) |
#s(literal 0 binary64) |
(+ (* -9 (* z t)) (* t (* z 9))) |
#s(literal 0 binary64) |
(* t (* z 9)) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(* z 9) |
(*.f64 z #s(literal 9 binary64)) |
9 |
#s(literal 9 binary64) |
(* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) |
#s(literal 0 binary64) |
1/2 |
#s(literal 1/2 binary64) |
(* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a) |
(*.f64 a (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) |
(*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9))))) |
#s(literal 0 binary64) |
(* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))) |
#s(literal 0 binary64) |
(- (* t (* z 9)) (* x y)) |
(-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) |
a |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 90.6% | (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a) |
| ✓ | accuracy | 90.0% | (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
| ✓ | accuracy | 80.0% | (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
| ✓ | accuracy | 33.6% | (/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
| ✓ | accuracy | 97.5% | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | accuracy | 91.9% | (/.f64 (*.f64 x y) a) |
| ✓ | accuracy | 91.4% | (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -9 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 99.6% | (*.f64 t (*.f64 z #s(literal -9 binary64))) |
| ✓ | accuracy | 92.9% | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 t z) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | accuracy | 93.0% | (/.f64 (*.f64 t z) a) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9 binary64) (*.f64 z t)) |
| ✓ | accuracy | 91.9% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 279.0ms | 211× | 1 | valid |
| 22.0ms | 45× | 0 | valid |
Compiled 772 to 46 computations (94% saved)
ival-mult: 65.0ms (48.3% of total)ival-add: 25.0ms (18.6% of total)ival-div: 23.0ms (17.1% of total)backward-pass: 15.0ms (11.2% of total)ival-sub: 5.0ms (3.7% of total)const: 2.0ms (1.5% of total)| Inputs |
|---|
#<alt (* (/ 1/2 a) (+ (* x y) (* -9 (* z t))))> |
#<alt (/ 1/2 a)> |
#<alt (+ (* x y) (* -9 (* z t)))> |
#<alt (* x y)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (* t z)> |
#<alt (/ (* t (* z -9)) (* a 2))> |
#<alt (* t (* z -9))> |
#<alt (* z -9)> |
#<alt (* a 2)> |
#<alt (- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2)))> |
#<alt (/ (/ (* x y) a) 2)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a))> |
#<alt (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)> |
#<alt (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9))))))> |
#<alt (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))> |
#<alt (* -9 (* z t))> |
#<alt (* t (* (/ z a) 9/2))> |
#<alt (* (/ z a) 9/2)> |
#<alt (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9))))> |
#<alt (+ (* -9 (* z t)) (* t (* z 9)))> |
| Outputs |
|---|
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))> |
#<alt (+ (* 1/2 (* x (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))> |
#<alt (+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* x (+ (* 1/2 (* x (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))))> |
#<alt (+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* x (+ (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (* x (+ (* 1/2 (* x (- (/ (pow y 3) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))) (* 1/2 (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* 1/2 (/ y a)) (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x))))> |
#<alt (* x (+ (* 1/2 (/ y a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)) (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y))))) (pow x 2))))))> |
#<alt (* x (+ (* 1/2 (/ y a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)) (+ (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y))))) (pow x 2))) (* 1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow y 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow y 2)))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y)))))) (pow y 2)) (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)))) (pow x 3)))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* -1/2 (/ (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))) x)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)))) x)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))))) x)) (* -1/2 (/ y a)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow y 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow y 2)))) (+ (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2))))) (pow y 2)))) x)) (* 1/2 (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)))))) x)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))))) x)) (* -1/2 (/ y a)))))> |
#<alt (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))> |
#<alt (+ (* 1/2 (* y (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))> |
#<alt (+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* y (+ (* 1/2 (* y (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))))> |
#<alt (+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* y (+ (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (* y (+ (* 1/2 (* y (- (/ (pow x 3) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))) (* 1/2 (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* 1/2 (/ x a)) (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y))))> |
#<alt (* y (+ (* 1/2 (/ x a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)) (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x))))) (pow y 2))))))> |
#<alt (* y (+ (* 1/2 (/ x a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)) (+ (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x))))) (pow y 2))) (* 1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow x 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow x 2)))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x)))))) (pow x 2)) (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)))) (pow y 3)))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* -1/2 (/ (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))) y)))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)))) y)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))))) y)) (* -1/2 (/ x a)))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow x 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow x 2)))) (+ (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2))))) (pow x 2)))) y)) (* 1/2 (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)))))) y)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))))) y)) (* -1/2 (/ x a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* 1/2 (* z (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a))))) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* z (+ (* 1/2 (* z (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y)))))))) (* 1/2 (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))))))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* z (+ (* 1/2 (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* z (+ (* 1/2 (* z (- (+ (* -729 (/ (pow t 3) (* a (* (pow x 2) (pow y 2))))) (/ (pow (+ (* -9 t) (* 9 t)) 3) (* a (* (pow x 2) (pow y 2))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y))))))) (* (pow x 2) (pow y 2))) (/ (* (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))))))) (* 1/2 (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y))))))))))))> |
#<alt (* 1/2 (/ (* z (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))> |
#<alt (* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z))))> |
#<alt (* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (pow z 2))) (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)))))> |
#<alt (* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (pow z 2))) (+ (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)) (* 1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (pow z 3)))))))> |
#<alt (* -1/2 (/ (* z (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))))))> |
#<alt (* -1 (* z (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) z)) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))))))> |
#<alt (* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) z)) (* 1/2 (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))))) z)) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* 1/2 (* t (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a))))) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* t (+ (* 1/2 (* t (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y)))))))) (* 1/2 (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))))))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* t (+ (* 1/2 (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* t (+ (* 1/2 (* t (- (+ (* -729 (/ (pow z 3) (* a (* (pow x 2) (pow y 2))))) (/ (pow (+ (* -9 z) (* 9 z)) 3) (* a (* (pow x 2) (pow y 2))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y))))))) (* (pow x 2) (pow y 2))) (/ (* (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))))))) (* 1/2 (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y))))))))))))> |
#<alt (* 1/2 (/ (* t (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))> |
#<alt (* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t))))> |
#<alt (* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (pow t 2))) (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)))))> |
#<alt (* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (pow t 2))) (+ (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)) (* 1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (pow t 3)))))))> |
#<alt (* -1/2 (/ (* t (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))))))> |
#<alt (* -1 (* t (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) t)) (* 1/2 (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))))))> |
#<alt (* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) t)) (* 1/2 (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))))) t)) (* 1/2 (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))))> |
#<alt (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (+ (* a (* x (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))> |
#<alt (+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* x (+ (* a (* x (pow y 2))) (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))))))> |
#<alt (+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* x (+ (* a (* x (pow y 2))) (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))))))> |
#<alt (* a (* (pow x 2) (pow y 2)))> |
#<alt (* (pow x 2) (+ (* a (pow y 2)) (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x)))> |
#<alt (* (pow x 2) (+ (* a (pow y 2)) (+ (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow x 2)))))> |
#<alt (* (pow x 2) (+ (* a (pow y 2)) (+ (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow x 2)))))> |
#<alt (* a (* (pow x 2) (pow y 2)))> |
#<alt (* (pow x 2) (+ (* -1 (/ (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (* a (pow y 2))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) x)) (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x)) (* a (pow y 2))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) x)) (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x)) (* a (pow y 2))))> |
#<alt (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (+ (* a (* y (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))> |
#<alt (+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* y (+ (* a (* (pow x 2) y)) (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))))))> |
#<alt (+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* y (+ (* a (* (pow x 2) y)) (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))))))> |
#<alt (* a (* (pow x 2) (pow y 2)))> |
#<alt (* (pow y 2) (+ (* a (pow x 2)) (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y)))> |
#<alt (* (pow y 2) (+ (* a (pow x 2)) (+ (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow y 2)))))> |
#<alt (* (pow y 2) (+ (* a (pow x 2)) (+ (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow y 2)))))> |
#<alt (* a (* (pow x 2) (pow y 2)))> |
#<alt (* (pow y 2) (+ (* -1 (/ (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (* a (pow x 2))))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) y)) (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y)) (* a (pow x 2))))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) y)) (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y)) (* a (pow x 2))))> |
#<alt (* a (* (pow x 2) (pow y 2)))> |
#<alt (+ (* a (* z (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))))) (* a (* (pow x 2) (pow y 2))))> |
#<alt (+ (* a (* (pow x 2) (pow y 2))) (* z (+ (* a (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))))))> |
#<alt (+ (* a (* (pow x 2) (pow y 2))) (* z (+ (* a (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))))))> |
#<alt (* a (* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z)))> |
#<alt (* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow z 2)) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z))))> |
#<alt (* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow z 2)) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z))))> |
#<alt (* a (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) z)) (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) z)) (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))> |
#<alt (* a (* (pow x 2) (pow y 2)))> |
#<alt (+ (* a (* t (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))))) (* a (* (pow x 2) (pow y 2))))> |
#<alt (+ (* a (* (pow x 2) (pow y 2))) (* t (+ (* a (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))))))> |
#<alt (+ (* a (* (pow x 2) (pow y 2))) (* t (+ (* a (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))))))> |
#<alt (* a (* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t)))> |
#<alt (* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow t 2)) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t))))> |
#<alt (* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow t 2)) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t))))> |
#<alt (* a (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) t)) (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) t)) (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2))))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* x (pow y 2))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* x (pow y 2))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (* (pow x 2) (pow y 2))> |
#<alt (* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (pow y 2))))> |
#<alt (* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow x 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow x 2)) (pow y 2)))))))> |
#<alt (* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow x 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow x 2)) (pow y 2)))))))> |
#<alt (* (pow x 2) (pow y 2))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (pow y 2)))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) x)) (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (pow y 2)))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) x)) (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (pow y 2)))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* (pow x 2) y)))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* (pow x 2) y)))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))> |
#<alt (* (pow x 2) (pow y 2))> |
#<alt (* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (pow x 2))))> |
#<alt (* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow y 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow y 2)) (pow x 2)))))))> |
#<alt (* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow y 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow y 2)) (pow x 2)))))))> |
#<alt (* (pow x 2) (pow y 2))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (pow x 2)))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) y)) (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (pow x 2)))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) y)) (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (pow x 2)))> |
#<alt (* (pow x 2) (pow y 2))> |
#<alt (+ (* z (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* (pow x 2) (pow y 2)))> |
#<alt (+ (* z (+ (* -18 (* t (* x y))) (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (* (pow x 2) (pow y 2)))> |
#<alt (+ (* z (+ (* -18 (* t (* x y))) (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (* (pow x 2) (pow y 2)))> |
#<alt (* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))> |
#<alt (* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow z 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))))> |
#<alt (* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow z 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) z)) (* 18 (* t (* x y))))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) z)) (* 18 (* t (* x y))))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* (pow x 2) (pow y 2))> |
#<alt (+ (* t (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* (pow x 2) (pow y 2)))> |
#<alt (+ (* t (+ (* -18 (* x (* y z))) (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (* (pow x 2) (pow y 2)))> |
#<alt (+ (* t (+ (* -18 (* x (* y z))) (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (* (pow x 2) (pow y 2)))> |
#<alt (* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))> |
#<alt (* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow t 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))))> |
#<alt (* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow t 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) t)) (* 18 (* x (* y z))))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) t)) (* 18 (* x (* y z))))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* -1 (* x (* y (* z (+ (* -9 t) (* 9 t))))))> |
#<alt (* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))))> |
#<alt (* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2))))> |
#<alt (* -1 (* t (* x (* y (+ (* -9 z) (* 9 z))))))> |
#<alt (* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))))> |
#<alt (* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))> |
#<alt (* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2))))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x))))> |
#<alt (* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x))))> |
#<alt (* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x))))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y))))> |
#<alt (* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y))))> |
#<alt (* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y))))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* -1 (* t (* x (* y (+ (* -9 z) (* 9 z))))))> |
#<alt (* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z)))))))> |
#<alt (* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z)))))))> |
#<alt (* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z)))))))> |
#<alt (* 9 (* (pow t 2) (* z (+ (* -9 z) (* 9 z)))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z))))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z))))))> |
#<alt (* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z))))))> |
#<alt (* -9 (* (pow t 2) (* z (+ (* -9 z) (* 9 z)))))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)))> |
#<alt (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)))> |
#<alt (* -1 (* x (* y (* z (+ (* -9 t) (* 9 t))))))> |
#<alt (* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t)))))))> |
#<alt (* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t)))))))> |
#<alt (* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t)))))))> |
#<alt (* 9 (* t (* (pow z 2) (+ (* -9 t) (* 9 t)))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t))))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t))))))> |
#<alt (* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t))))))> |
#<alt (* -9 (* t (* (pow z 2) (+ (* -9 t) (* 9 t)))))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)))> |
#<alt (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)))> |
#<alt (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x))))> |
#<alt (* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x))))> |
#<alt (* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x))))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y))))> |
#<alt (* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y))))> |
#<alt (* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y))))> |
#<alt (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z))))))> |
#<alt (* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* z (+ (* -9 t) (* 9 t)))> |
#<alt (* -1 (* z (+ (* -9 t) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -9 t) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -9 t) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -9 t) (* 9 t))))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* t (+ (* -9 z) (* 9 z)))> |
#<alt (* -1 (* t (+ (* -9 z) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -9 z) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -9 z) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -9 z) (* 9 z))))> |
207 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | y | @ | -inf | (/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
| 7.0ms | x | @ | 0 | (/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
| 5.0ms | a | @ | 0 | (/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
| 4.0ms | y | @ | 0 | (/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
| 4.0ms | z | @ | -inf | (/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
| 1× | batch-egg-rewrite |
| 3346× | *-lowering-*.f32 |
| 3346× | *-lowering-*.f64 |
| 1436× | pow-lowering-pow.f64 |
| 1436× | pow-lowering-pow.f32 |
| 1308× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 309 |
| 1 | 283 | 251 |
| 2 | 3214 | 251 |
| 0 | 8127 | 251 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/2 a) (+ (* x y) (* -9 (* z t)))) |
(/ 1/2 a) |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(* t z) |
(/ (* t (* z -9)) (* a 2)) |
(* t (* z -9)) |
(* z -9) |
(* a 2) |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(/ (/ (* x y) a) 2) |
(/ (* x y) a) |
(/ (* (+ (* (+ (* x y) (* -9 (* z t))) (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t))))) (* (+ (* -9 (* z t)) (* t (* z 9))) (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))))) 1/2) (* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a)) |
(* (+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) a) |
(+ (* (+ (* x y) (* -9 (* z t))) (+ (* x y) (* -9 (* z t)))) (+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))))) |
(+ (* (+ (* -9 (* z t)) (* t (* z 9))) (+ (* -9 (* z t)) (* t (* z 9)))) (* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9))))) |
(* -9 (* z t)) |
(* t (* (/ z a) 9/2)) |
(* (/ z a) 9/2) |
(* (- (* t (* z 9)) (* x y)) (+ (* -9 (* z t)) (* t (* z 9)))) |
(+ (* -9 (* z t)) (* t (* z 9))) |
| Outputs |
|---|
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (/.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))) (-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 x y)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) #s(literal -9 binary64)) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 x y) |
(*.f64 y x) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a)) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a))) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) a) |
(pow.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 #s(literal -9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 t (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(*.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) z) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (neg.f64 (/.f64 (*.f64 z t) a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(/.f64 t (/.f64 a z)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 t #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 z a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 z t) |
(*.f64 t z) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a)) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a))) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) a) |
(pow.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 #s(literal -9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 t (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 t (/.f64 (*.f64 #s(literal -9 binary64) z) a)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(*.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) z) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (neg.f64 (/.f64 (*.f64 z t) a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 #s(literal -9 binary64) z) |
(*.f64 z #s(literal -9 binary64)) |
(/.f64 a #s(literal 1/2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (/.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))) (-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(*.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64))) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 x y))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 (*.f64 x y) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 y a)) |
(*.f64 y (/.f64 x a)) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y a) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) #s(literal -1/2 binary64)) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) #s(literal 1 binary64)) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(pow.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) a) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) #s(literal -1 binary64))) |
(+.f64 (*.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(+.f64 (*.f64 a (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (*.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 a (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) a)) |
(+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) a) (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(+.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) a) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) a) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) a) |
(+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(+.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) |
(+.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (+.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(fma.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (+.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (+.f64 (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) #s(literal 0 binary64)))) (+.f64 (*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(+.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(+.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) #s(literal 0 binary64))))) (*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) #s(literal 0 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) |
(fma.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (neg.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 z t) #s(literal -18 binary64))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) #s(literal -1 binary64)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 0 binary64))))))) |
(*.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 z t) #s(literal 0 binary64))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t) a) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a z)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64))) |
(*.f64 z (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 x y)))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 0 binary64)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(+.f64 (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 (*.f64 z t) #s(literal -18 binary64)) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) #s(literal -18 binary64)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y)))) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 (*.f64 (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (*.f64 (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (*.f64 t (*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) (*.f64 (*.f64 z t) #s(literal -18 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (*.f64 (*.f64 z t) #s(literal -18 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 z t) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z t) #s(literal 0 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 0 binary64))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
(+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
(fma.f64 t (*.f64 z #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
(fma.f64 (*.f64 z t) #s(literal 9 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
(fma.f64 #s(literal 9 binary64) (*.f64 z t) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) t (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -18 binary64)) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (*.f64 (*.f64 z t) #s(literal -18 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) (neg.f64 (*.f64 (*.f64 z t) #s(literal -18 binary64)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -18 binary64)) (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) #s(literal -1 binary64)) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 t (+.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) z))) |
(*.f64 (*.f64 z t) #s(literal 0 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(*.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 0 binary64)) (*.f64 (*.f64 z t) #s(literal -18 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 z t) #s(literal -18 binary64)))) |
| 1× | egg-herbie |
| 5340× | *-lowering-*.f32 |
| 5340× | *-lowering-*.f64 |
| 2514× | +-lowering-+.f64 |
| 2514× | +-lowering-+.f32 |
| 1966× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1157 | 21472 |
| 1 | 4602 | 13930 |
| 0 | 9749 | 13930 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* -9 (* t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* -9 (* t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) |
(+ (* 1/2 (* x (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* x (+ (* 1/2 (* x (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* x (+ (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (* x (+ (* 1/2 (* x (- (/ (pow y 3) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))) (* 1/2 (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))))))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* 1/2 (/ y a)) (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)))) |
(* x (+ (* 1/2 (/ y a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)) (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y))))) (pow x 2)))))) |
(* x (+ (* 1/2 (/ y a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)) (+ (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y))))) (pow x 2))) (* 1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow y 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow y 2)))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y)))))) (pow y 2)) (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)))) (pow x 3))))))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* -1/2 (/ (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))) x))))) |
(* -1 (* x (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)))) x)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))))) x)) (* -1/2 (/ y a))))) |
(* -1 (* x (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow y 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow y 2)))) (+ (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2))))) (pow y 2)))) x)) (* 1/2 (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)))))) x)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))))) x)) (* -1/2 (/ y a))))) |
(* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) |
(+ (* 1/2 (* y (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* y (+ (* 1/2 (* y (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* y (+ (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (* y (+ (* 1/2 (* y (- (/ (pow x 3) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))) (* 1/2 (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))))))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* 1/2 (/ x a)) (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)))) |
(* y (+ (* 1/2 (/ x a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)) (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x))))) (pow y 2)))))) |
(* y (+ (* 1/2 (/ x a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)) (+ (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x))))) (pow y 2))) (* 1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow x 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow x 2)))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x)))))) (pow x 2)) (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)))) (pow y 3))))))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* -1/2 (/ (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))) y))))) |
(* -1 (* y (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)))) y)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))))) y)) (* -1/2 (/ x a))))) |
(* -1 (* y (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow x 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow x 2)))) (+ (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2))))) (pow x 2)))) y)) (* 1/2 (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)))))) y)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))))) y)) (* -1/2 (/ x a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* 1/2 (* z (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a))))) (* 1/2 (/ (* x y) a))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* 1/2 (* z (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y)))))))) (* 1/2 (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a))))))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* 1/2 (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* z (+ (* 1/2 (* z (- (+ (* -729 (/ (pow t 3) (* a (* (pow x 2) (pow y 2))))) (/ (pow (+ (* -9 t) (* 9 t)) 3) (* a (* (pow x 2) (pow y 2))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y))))))) (* (pow x 2) (pow y 2))) (/ (* (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))))))) (* 1/2 (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y)))))))))))) |
(* 1/2 (/ (* z (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)))) |
(* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (pow z 2))) (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z))))) |
(* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (pow z 2))) (+ (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)) (* 1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (pow z 3))))))) |
(* -1/2 (/ (* z (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(* -1 (* z (+ (* -1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))))) |
(* -1 (* z (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) z)) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))))) |
(* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) z)) (* 1/2 (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))))) z)) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* 1/2 (* t (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a))))) (* 1/2 (/ (* x y) a))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* 1/2 (* t (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y)))))))) (* 1/2 (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a))))))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* 1/2 (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* t (+ (* 1/2 (* t (- (+ (* -729 (/ (pow z 3) (* a (* (pow x 2) (pow y 2))))) (/ (pow (+ (* -9 z) (* 9 z)) 3) (* a (* (pow x 2) (pow y 2))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y))))))) (* (pow x 2) (pow y 2))) (/ (* (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))))))) (* 1/2 (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y)))))))))))) |
(* 1/2 (/ (* t (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)))) |
(* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (pow t 2))) (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t))))) |
(* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (pow t 2))) (+ (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)) (* 1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (pow t 3))))))) |
(* -1/2 (/ (* t (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(* -1 (* t (+ (* -1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))))) |
(* -1 (* t (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) t)) (* 1/2 (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))))) |
(* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) t)) (* 1/2 (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))))) t)) (* 1/2 (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+ (* a (* x (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* x (+ (* a (* x (pow y 2))) (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* x (+ (* a (* x (pow y 2))) (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(* a (* (pow x 2) (pow y 2))) |
(* (pow x 2) (+ (* a (pow y 2)) (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x))) |
(* (pow x 2) (+ (* a (pow y 2)) (+ (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow x 2))))) |
(* (pow x 2) (+ (* a (pow y 2)) (+ (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow x 2))))) |
(* a (* (pow x 2) (pow y 2))) |
(* (pow x 2) (+ (* -1 (/ (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (* a (pow y 2)))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) x)) (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x)) (* a (pow y 2)))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) x)) (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x)) (* a (pow y 2)))) |
(* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+ (* a (* y (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* y (+ (* a (* (pow x 2) y)) (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* y (+ (* a (* (pow x 2) y)) (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(* a (* (pow x 2) (pow y 2))) |
(* (pow y 2) (+ (* a (pow x 2)) (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y))) |
(* (pow y 2) (+ (* a (pow x 2)) (+ (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow y 2))))) |
(* (pow y 2) (+ (* a (pow x 2)) (+ (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow y 2))))) |
(* a (* (pow x 2) (pow y 2))) |
(* (pow y 2) (+ (* -1 (/ (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (* a (pow x 2)))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) y)) (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y)) (* a (pow x 2)))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) y)) (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y)) (* a (pow x 2)))) |
(* a (* (pow x 2) (pow y 2))) |
(+ (* a (* z (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))))) (* a (* (pow x 2) (pow y 2)))) |
(+ (* a (* (pow x 2) (pow y 2))) (* z (+ (* a (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))))))) |
(+ (* a (* (pow x 2) (pow y 2))) (* z (+ (* a (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))))))) |
(* a (* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z))) |
(* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow z 2)) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z)))) |
(* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow z 2)) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z)))) |
(* a (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* (pow z 2) (+ (* -1 (/ (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) z)) (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) z)) (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(* a (* (pow x 2) (pow y 2))) |
(+ (* a (* t (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))))) (* a (* (pow x 2) (pow y 2)))) |
(+ (* a (* (pow x 2) (pow y 2))) (* t (+ (* a (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))))))) |
(+ (* a (* (pow x 2) (pow y 2))) (* t (+ (* a (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))))))) |
(* a (* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t))) |
(* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow t 2)) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t)))) |
(* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow t 2)) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t)))) |
(* a (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* (pow t 2) (+ (* -1 (/ (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) t)) (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) t)) (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* x (pow y 2))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* x (pow y 2))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(* (pow x 2) (pow y 2)) |
(* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (pow y 2)))) |
(* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow x 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow x 2)) (pow y 2))))))) |
(* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow x 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow x 2)) (pow y 2))))))) |
(* (pow x 2) (pow y 2)) |
(* (pow x 2) (+ (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (pow y 2))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) x)) (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (pow y 2))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) x)) (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (pow y 2))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* (pow x 2) y)))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* (pow x 2) y)))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(* (pow x 2) (pow y 2)) |
(* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (pow x 2)))) |
(* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow y 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow y 2)) (pow x 2))))))) |
(* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow y 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow y 2)) (pow x 2))))))) |
(* (pow x 2) (pow y 2)) |
(* (pow y 2) (+ (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (pow x 2))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) y)) (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (pow x 2))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) y)) (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (pow x 2))) |
(* (pow x 2) (pow y 2)) |
(+ (* z (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* (pow x 2) (pow y 2))) |
(+ (* z (+ (* -18 (* t (* x y))) (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (* (pow x 2) (pow y 2))) |
(+ (* z (+ (* -18 (* t (* x y))) (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (* (pow x 2) (pow y 2))) |
(* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow z 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) |
(* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow z 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) z)) (* 18 (* t (* x y))))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) z)) (* 18 (* t (* x y))))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* (pow x 2) (pow y 2)) |
(+ (* t (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* (pow x 2) (pow y 2))) |
(+ (* t (+ (* -18 (* x (* y z))) (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (* (pow x 2) (pow y 2))) |
(+ (* t (+ (* -18 (* x (* y z))) (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (* (pow x 2) (pow y 2))) |
(* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow t 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) |
(* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow t 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) t)) (* 18 (* x (* y z))))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) t)) (* 18 (* x (* y z))))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* -1 (* x (* y (* z (+ (* -9 t) (* 9 t)))))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(* -1 (* t (* x (* y (+ (* -9 z) (* 9 z)))))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x)))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x)))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x)))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y)))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y)))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y)))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* -1 (* t (* x (* y (+ (* -9 z) (* 9 z)))))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z))))))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z))))))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z))))))) |
(* 9 (* (pow t 2) (* z (+ (* -9 z) (* 9 z))))) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z)))))) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z)))))) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z)))))) |
(* -9 (* (pow t 2) (* z (+ (* -9 z) (* 9 z))))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t))) |
(* -1 (* x (* y (* z (+ (* -9 t) (* 9 t)))))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t))))))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t))))))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t))))))) |
(* 9 (* t (* (pow z 2) (+ (* -9 t) (* 9 t))))) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t)))))) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t)))))) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t)))))) |
(* -9 (* t (* (pow z 2) (+ (* -9 t) (* 9 t))))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z))) |
(* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(* z (+ (* -9 t) (* 9 t))) |
(* z (+ (* -9 t) (* 9 t))) |
(* z (+ (* -9 t) (* 9 t))) |
(* z (+ (* -9 t) (* 9 t))) |
(* z (+ (* -9 t) (* 9 t))) |
(* z (+ (* -9 t) (* 9 t))) |
(* z (+ (* -9 t) (* 9 t))) |
(* z (+ (* -9 t) (* 9 t))) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
(* t (+ (* -9 z) (* 9 z))) |
(* t (+ (* -9 z) (* 9 z))) |
(* t (+ (* -9 z) (* 9 z))) |
(* t (+ (* -9 z) (* 9 z))) |
(* t (+ (* -9 z) (* 9 z))) |
(* t (+ (* -9 z) (* 9 z))) |
(* t (+ (* -9 z) (* 9 z))) |
(* t (+ (* -9 z) (* 9 z))) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
| Outputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 y a)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 y a)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 y a)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 y a))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 y a))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 y a))) (-.f64 #s(literal 0 binary64) y)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x (/.f64 y t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x (/.f64 y t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x (/.f64 y t))))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 t a)) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 t a)) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 t a)) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (neg.f64 t)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y) (-.f64 #s(literal 0 binary64) x)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x)) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x)) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 x (/.f64 y t)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 x (/.f64 y t)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 x (/.f64 y t)))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) (neg.f64 t)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 y a)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 y a)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) (*.f64 y a)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 y a))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 y a))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 y a))) (-.f64 #s(literal 0 binary64) y)) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (*.f64 t z) #s(literal 9/2 binary64))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (*.f64 t z) #s(literal 9/2 binary64))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (*.f64 t z) #s(literal 9/2 binary64))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (*.f64 t z) #s(literal 9/2 binary64))) a)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x (/.f64 y t))))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x (/.f64 y t))))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x (/.f64 y t))))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 t a)) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (neg.f64 t)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 t a)) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (neg.f64 t)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 t a)) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (neg.f64 t)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 t z) #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+ (* 1/2 (* x (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 y (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* x (+ (* 1/2 (* x (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 x (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t (*.f64 y y)) z) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 y (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 y y) a))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 y (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* x (+ (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (* x (+ (* 1/2 (* x (- (/ (pow y 3) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))) (* 1/2 (- (+ (* -18 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow y 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* y (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow y 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 y (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 x (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 y y)) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t (*.f64 y y)) z) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 y (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 y y) a))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 y (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 y y)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t (*.f64 y y)) z) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 y (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 y y) a)))))))))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* 1/2 (/ y a)) (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 y a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) x)))) |
(* x (+ (* 1/2 (/ y a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)) (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y))))) (pow x 2)))))) |
(*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 y a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) x))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (-.f64 (*.f64 #s(literal 162 binary64) (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y a))) (/.f64 (/.f64 #s(literal 0 binary64) a) y)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) y) (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) (*.f64 y y)))))) (*.f64 x x)))) |
(* x (+ (* 1/2 (/ y a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) x)) (+ (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y))))) (pow x 2))) (* 1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow y 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow y 2)))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a y))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))) (+ (/ (* (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a y)))))) (pow y 2)) (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow y 2)))) (pow x 3))))))) |
(*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 y a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 162 binary64) (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y a))) (/.f64 (/.f64 #s(literal 0 binary64) a) y)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) y) (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) (*.f64 y y))))) (*.f64 x x)) (/.f64 (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 a (*.f64 y y))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 y y))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (-.f64 (-.f64 (*.f64 #s(literal 162 binary64) (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y a))) (/.f64 (/.f64 #s(literal 0 binary64) a) y)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) y) (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) (*.f64 y y)))))) (*.f64 y y)) (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a))) (*.f64 y y)))) (*.f64 x (*.f64 x x))))))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* -1/2 (/ (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 y a) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (*.f64 y a))) x)))) |
(* -1 (* x (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)))) x)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))))) x)) (* -1/2 (/ y a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y a)) #s(literal -243 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (*.f64 y a)))) (*.f64 y y)) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 y a))))) x) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (*.f64 y a))))) x))) |
(* -1 (* x (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow y 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow y 2)))) (+ (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2))))) (pow y 2)))) x)) (* 1/2 (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a y))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a y)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a y))) (/ (* (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y))))) (pow y 2)))))) x)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* a y)))))) x)) (* -1/2 (/ y a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (*.f64 y a)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 a (*.f64 y y))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 y y))) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (*.f64 y a))) (*.f64 y y)))) (/.f64 (*.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y a)) #s(literal -243 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (*.f64 y a)))) (*.f64 y y)) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 y a))))) (*.f64 y y)))) x) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 t z) (*.f64 t z)) (*.f64 y a)) #s(literal -243 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (*.f64 y a)))) (*.f64 y y)) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 y a)))))) x)) x))) |
(* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+ (* 1/2 (* y (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 x (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) a)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* y (+ (* 1/2 (* y (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 y (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 x x))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 x (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) a)))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 x x)) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 x (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) a))))))) |
(+ (* 1/2 (/ (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* y (+ (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (* y (+ (* 1/2 (* y (- (/ (pow x 3) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))))) (* 1/2 (- (+ (* -18 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* -9 (/ (* t (* (pow x 2) z)) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (+ (* 81 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))))) (* 162 (/ (* (pow t 2) (* x (pow z 2))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))))) (/ (* (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3)) (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (/ (* (pow x 2) (+ (* -729 (* (pow t 3) (pow z 3))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3))) (* a (pow (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) 2))))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 y (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 x (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) a)))) (*.f64 y (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 x x))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 x (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) a)))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 x x)) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 x x) (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 x (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) a))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 x x))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 x (*.f64 z z))) a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 243 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) a)))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (*.f64 x x)) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))))))))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* 1/2 (/ x a)) (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)))) |
(*.f64 y (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 x a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) y)))) |
(* y (+ (* 1/2 (/ x a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)) (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x))))) (pow y 2)))))) |
(*.f64 y (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 x a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (-.f64 (*.f64 #s(literal 162 binary64) (*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 z z) x))) (/.f64 (/.f64 #s(literal 0 binary64) a) x)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) x) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) (*.f64 x x))))) (*.f64 y y)))) |
(* y (+ (* 1/2 (/ x a)) (+ (* 1/2 (/ (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a))) y)) (+ (* 1/2 (/ (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x))))) (pow y 2))) (* 1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow x 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow x 2)))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* 162 (/ (* (pow t 2) (pow z 2)) (* a x))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))) (+ (/ (* (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (* a x)))))) (pow x 2)) (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (* -9 (/ (* t z) a)) (* -1 (/ (+ (* -9 (* t z)) (* 9 (* t z))) a)))) (pow x 2)))) (pow y 3))))))) |
(*.f64 y (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 x a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) y))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 162 binary64) (*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 z z) x))) (/.f64 (/.f64 #s(literal 0 binary64) a) x)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) x) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) (*.f64 x x)))) (*.f64 y y)) (/.f64 (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 a (*.f64 x x))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x x))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) (-.f64 (-.f64 (*.f64 #s(literal 162 binary64) (*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 z z) x))) (/.f64 (/.f64 #s(literal 0 binary64) a) x)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) x) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) (*.f64 x x))))) (*.f64 x x)) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) a) (/.f64 #s(literal 0 binary64) a)) (*.f64 x x))))) (*.f64 y (*.f64 y y))))))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* -1/2 (/ (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 x a) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (*.f64 x a))) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)))) y)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))))) y)) (* -1/2 (/ x a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 z z) x)) #s(literal -243 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (*.f64 x a)))) (*.f64 x x)) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 x a))))) y) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (*.f64 x a))))) y))) |
(* -1 (* y (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* -729 (/ (* (pow t 3) (pow z 3)) (* a (pow x 2)))) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (* a (pow x 2)))) (+ (/ (* (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2))))) (pow x 2)))) y)) (* 1/2 (- (+ (* -162 (/ (* (pow t 2) (pow z 2)) (* a x))) (* -81 (/ (* (pow t 2) (pow z 2)) (* a x)))) (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) (* a x))) (/ (* (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x))))) (pow x 2)))))) y)) (* 1/2 (- (+ (* -18 (/ (* t z) a)) (* -9 (/ (* t z) a))) (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* a x)))))) y)) (* -1/2 (/ x a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) a) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (*.f64 x a)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 a (*.f64 x x))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x x))) (*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (*.f64 x a))) (*.f64 x x)))) (/.f64 (*.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 z z) x)) #s(literal -243 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (*.f64 x a)))) (*.f64 x x)) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 x a))))) (*.f64 x x)))) y) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t t) a) (/.f64 (*.f64 z z) x)) #s(literal -243 binary64)) (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (+.f64 (*.f64 (/.f64 (*.f64 t z) a) #s(literal -27 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (*.f64 x a)))) (*.f64 x x)) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 x a)))))) y)) y))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* 1/2 (* z (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a))))) (* 1/2 (/ (* x y) a))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 x y) a))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* 1/2 (* z (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y)))))))) (* 1/2 (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 z (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal 162 binary64) (*.f64 t t)) (*.f64 (*.f64 x y) a)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)))))) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 #s(literal 0 binary64) a)))))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* 1/2 (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* z (+ (* 1/2 (* z (- (+ (* -729 (/ (pow t 3) (* a (* (pow x 2) (pow y 2))))) (/ (pow (+ (* -9 t) (* 9 t)) 3) (* a (* (pow x 2) (pow y 2))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y))))))) (* (pow x 2) (pow y 2))) (/ (* (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))))))) (* 1/2 (- (* 162 (/ (pow t 2) (* a (* x y)))) (+ (* 9 (/ (* t (+ (* -9 t) (* 9 t))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (* -9 (/ t a)) (* -1 (/ (+ (* -9 t) (* 9 t)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 t) (* 9 t)) 2) (* a (* x y)))))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 z (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 #s(literal 0 binary64) a))) (*.f64 z (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 z (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) (*.f64 x y)))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 162 binary64) (*.f64 t t)) (*.f64 (*.f64 x y) a)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)))))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 #s(literal 0 binary64) a)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))))) (-.f64 (/.f64 (*.f64 #s(literal 162 binary64) (*.f64 t t)) (*.f64 (*.f64 x y) a)) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y))))))))))) |
(* 1/2 (/ (* z (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 z (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)))) |
(*.f64 z (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) z)))) |
(* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (pow z 2))) (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t (*.f64 x x)) a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (*.f64 z z)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) z))))) |
(* z (+ (* 1/2 (/ (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (pow z 2))) (+ (* 1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)) (* 1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* -18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* -9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* a (pow (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (pow z 3))))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t (*.f64 x x)) a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (*.f64 z z)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t (*.f64 x x)) a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 y y) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 z (*.f64 z z)))))) |
(* -1/2 (/ (* z (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 z (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(* -1 (* z (+ (* -1/2 (/ (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) z) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) z)) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t (*.f64 x x)) a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) z) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) z)) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) z)) (* 1/2 (- (+ (* 9 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 18 (/ (* t (* (pow x 2) (pow y 2))) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2))))))) z)) (* 1/2 (- (+ (* 81 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) (* 162 (/ (* (pow t 2) (* x y)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3))) (* a (pow (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))) 2)))))) z)) (* 1/2 (/ (+ (* 729 (pow t 3)) (pow (+ (* -9 t) (* 9 t)) 3)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t (*.f64 x x)) a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) z) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 t (*.f64 x x)) a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 t t)) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 y y) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)) #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) z)) z)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* 1/2 (* t (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a))))) (* 1/2 (/ (* x y) a))) |
(*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z a)) (/.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 x y) a))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* 1/2 (* t (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y)))))))) (* 1/2 (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 t (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (-.f64 (-.f64 (/.f64 (*.f64 #s(literal 162 binary64) (*.f64 z z)) (*.f64 (*.f64 x y) a)) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y))) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z a)) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 (*.f64 x y) (*.f64 x y)))))) (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z a)) (/.f64 #s(literal 0 binary64) a)))))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* 1/2 (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* t (+ (* 1/2 (* t (- (+ (* -729 (/ (pow z 3) (* a (* (pow x 2) (pow y 2))))) (/ (pow (+ (* -9 z) (* 9 z)) 3) (* a (* (pow x 2) (pow y 2))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y))))))) (* (pow x 2) (pow y 2))) (/ (* (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))))))) (* 1/2 (- (* 162 (/ (pow z 2) (* a (* x y)))) (+ (* 9 (/ (* z (+ (* -9 z) (* 9 z))) (* a (* x y)))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (* -9 (/ z a)) (* -1 (/ (+ (* -9 z) (* 9 z)) a)))) (* (pow x 2) (pow y 2))) (/ (pow (+ (* -9 z) (* 9 z)) 2) (* a (* x y)))))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 t (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z a)) (/.f64 #s(literal 0 binary64) a))) (*.f64 t (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y))) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) (*.f64 x y)))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal 162 binary64) (*.f64 z z)) (*.f64 (*.f64 x y) a)) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y))) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z a)) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 (*.f64 x y) (*.f64 x y)))))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z a)) (/.f64 #s(literal 0 binary64) a)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal 162 binary64) (*.f64 z z)) (*.f64 (*.f64 x y) a)) (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y))) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (*.f64 x y)) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z a)) (/.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 (*.f64 x y) (*.f64 x y))))))))))) |
(* 1/2 (/ (* t (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)))) |
(*.f64 t (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) a) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) t)))) |
(* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (pow t 2))) (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t))))) |
(*.f64 t (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 z a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 y y) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 t t)) (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) t))))) |
(* t (+ (* 1/2 (/ (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (+ (* 1/2 (/ (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (pow t 2))) (+ (* 1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)) (* 1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* -18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* -9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* a (pow (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (pow t 3))))))) |
(*.f64 t (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 z a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 y y) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 t t)) (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) t))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 y y)) a) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 z a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 y y) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64)))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) #s(literal 0 binary64))) a) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 t (*.f64 t t)))))) |
(* -1/2 (/ (* t (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(* -1 (* t (+ (* -1/2 (/ (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))))) |
(*.f64 t (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) t) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(* -1 (* t (+ (* -1 (/ (+ (* -1/2 (/ (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) t)) (* 1/2 (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 z a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) t) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) t)) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (/ (* (pow x 3) (pow y 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) t)) (* 1/2 (- (+ (* 9 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 18 (/ (* (pow x 2) (* (pow y 2) z)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (+ (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* (pow x 2) (* (pow y 2) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2))))))) t)) (* 1/2 (- (+ (* 81 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) (* 162 (/ (* x (* y (pow z 2))) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (/ (* (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3))) (* a (pow (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))) 2)))))) t)) (* 1/2 (/ (+ (* 729 (pow z 3)) (pow (+ (* -9 z) (* 9 z)) 3)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 y y)) a) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 z a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) t) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 z a) (/.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 27 binary64)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 243 binary64)) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) #s(literal 729 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))))))))) t)) t)) (neg.f64 t)) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* 1/2 (/ (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 3) (pow (+ (* -9 (* t z)) (* x y)) 3)) (* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)))) #s(literal 0 binary64))) (*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64))))) |
(* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(+ (* a (* x (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) |
(*.f64 a (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* x (+ (* a (* x (pow y 2))) (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 x (*.f64 a (+.f64 (*.f64 x (*.f64 y y)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))))))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* x (+ (* a (* x (pow y 2))) (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 x (*.f64 a (+.f64 (*.f64 x (*.f64 y y)) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64))))))) |
(* a (* (pow x 2) (pow y 2))) |
(*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) |
(* (pow x 2) (+ (* a (pow y 2)) (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 a (*.f64 y y)) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) x))) |
(* (pow x 2) (+ (* a (pow y 2)) (+ (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow x 2))))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 a (*.f64 y y)) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) x) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 x x))))) |
(* (pow x 2) (+ (* a (pow y 2)) (+ (/ (* a (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow x 2))))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 a (*.f64 y y)) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) x) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 x x))))) |
(* a (* (pow x 2) (pow y 2))) |
(*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) |
(* (pow x 2) (+ (* -1 (/ (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (* a (pow y 2)))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 a (*.f64 y y)) (/.f64 (*.f64 a (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64)))) x))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) x)) (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x)) (* a (pow y 2)))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 a (*.f64 y y)) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64)))) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) x)) x))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) x)) (* a (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) x)) (* a (pow y 2)))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 a (*.f64 y y)) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64)))) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) x)) x))) |
(* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(+ (* a (* y (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))) (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))))) |
(*.f64 a (+.f64 (*.f64 y (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* y (+ (* a (* (pow x 2) y)) (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 y (*.f64 a (+.f64 (*.f64 y (*.f64 x x)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))))))) |
(+ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (* y (+ (* a (* (pow x 2) y)) (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z)))))))))) |
(+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 y (*.f64 a (+.f64 (*.f64 y (*.f64 x x)) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))))))) |
(* a (* (pow x 2) (pow y 2))) |
(*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) |
(* (pow y 2) (+ (* a (pow x 2)) (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y))) |
(*.f64 (*.f64 y y) (+.f64 (*.f64 a (*.f64 x x)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) y))) |
(* (pow y 2) (+ (* a (pow x 2)) (+ (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow y 2))))) |
(*.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 a (*.f64 x x)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) y)) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 y y)))) |
(* (pow y 2) (+ (* a (pow x 2)) (+ (/ (* a (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y) (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) (pow y 2))))) |
(*.f64 (*.f64 y y) (+.f64 (+.f64 (*.f64 a (*.f64 x x)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) y)) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 y y)))) |
(* a (* (pow x 2) (pow y 2))) |
(*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) |
(* (pow y 2) (+ (* -1 (/ (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (* a (pow x 2)))) |
(*.f64 (*.f64 y y) (-.f64 (*.f64 a (*.f64 x x)) (/.f64 (*.f64 a (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x)))) y))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) y)) (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y)) (* a (pow x 2)))) |
(*.f64 (*.f64 y y) (-.f64 (*.f64 a (*.f64 x x)) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x)))) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) y)) y))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (* a (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) y)) (* a (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) y)) (* a (pow x 2)))) |
(*.f64 (*.f64 y y) (-.f64 (*.f64 a (*.f64 x x)) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x)))) (/.f64 (*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) y)) y))) |
(* a (* (pow x 2) (pow y 2))) |
(*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) |
(+ (* a (* z (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))))) (* a (* (pow x 2) (pow y 2)))) |
(*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 z (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))))) |
(+ (* a (* (pow x 2) (pow y 2))) (* z (+ (* a (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))))))) |
(+.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) (*.f64 z (*.f64 a (+.f64 (+.f64 #s(literal 0 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)))) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))))))) |
(+ (* a (* (pow x 2) (pow y 2))) (* z (+ (* a (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t)))))))))) |
(+.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) (*.f64 z (*.f64 a (+.f64 (+.f64 #s(literal 0 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)))) (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))))))) |
(* a (* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 (*.f64 a (*.f64 z z)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) z))) |
(* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow z 2)) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) z) (*.f64 (/.f64 (*.f64 a (*.f64 x x)) z) (/.f64 (*.f64 y y) z))))) |
(* (pow z 2) (+ (* a (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow z 2)) (/ (* a (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) z)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) z) (*.f64 (/.f64 (*.f64 a (*.f64 x x)) z) (/.f64 (*.f64 y y) z))))) |
(* a (* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 (*.f64 a (*.f64 z z)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow z 2) (+ (* -1 (/ (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) z))) |
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) z)) (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) z)) z))) |
(* (pow z 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) z)) (* a (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))))) z)) (* a (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) z)) z))) |
(* a (* (pow x 2) (pow y 2))) |
(*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) |
(+ (* a (* t (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))))) (* a (* (pow x 2) (pow y 2)))) |
(*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 t (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))))) |
(+ (* a (* (pow x 2) (pow y 2))) (* t (+ (* a (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))))))) |
(+.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) (*.f64 t (*.f64 a (+.f64 (+.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))))))) |
(+ (* a (* (pow x 2) (pow y 2))) (* t (+ (* a (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z)))))))))) |
(+.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) (*.f64 t (*.f64 a (+.f64 (+.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))))))) |
(* a (* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 (*.f64 a (*.f64 t t)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t))) |
(*.f64 (*.f64 t t) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) t))) |
(* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow t 2)) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t)))) |
(*.f64 (*.f64 t t) (+.f64 (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) (*.f64 t t))) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) t))) |
(* (pow t 2) (+ (* a (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) (+ (/ (* a (* (pow x 2) (pow y 2))) (pow t 2)) (/ (* a (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) t)))) |
(*.f64 (*.f64 t t) (+.f64 (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) (*.f64 t t))) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) t))) |
(* a (* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 (*.f64 a (*.f64 t t)) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow t 2) (+ (* -1 (/ (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(*.f64 (*.f64 t t) (-.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) t))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) t)) (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(*.f64 (*.f64 t t) (-.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) t)) t))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* a (* (pow x 2) (pow y 2))) t)) (* a (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))))) t)) (* a (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(*.f64 (*.f64 t t) (-.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (-.f64 (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 x x)) (*.f64 y y)) t)) t))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(* a (+ (* (+ (* -9 (* t z)) (* 9 (* t z))) (- (* 9 (* t z)) (* x y))) (+ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow (+ (* -9 (* t z)) (* x y)) 2)))) |
(*.f64 a (+.f64 (*.f64 (-.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 0 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) #s(literal 0 binary64)))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (*.f64 y #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* x (pow y 2))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 x (*.f64 y y))))) #s(literal 0 binary64))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* x (+ (* -18 (* t (* y z))) (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* x (pow y 2))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 x (*.f64 y y))))) #s(literal 0 binary64))) |
(* (pow x 2) (pow y 2)) |
(*.f64 (*.f64 x y) (*.f64 x y)) |
(* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (pow y 2)))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) x) (+.f64 (*.f64 y y) (/.f64 (*.f64 y #s(literal 0 binary64)) x)))) |
(* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow x 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow x 2)) (pow y 2))))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) x) (+.f64 (+.f64 (/.f64 (*.f64 y #s(literal 0 binary64)) x) (/.f64 #s(literal 0 binary64) (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x x)) (+.f64 (*.f64 y y) (/.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(* (pow x 2) (+ (* -18 (/ (* t (* y z)) x)) (+ (* -1 (/ (* y (+ (* -9 (* t z)) (* 9 (* t z)))) x)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow x 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow x 2)) (pow y 2))))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 z y))) x) (+.f64 (+.f64 (/.f64 (*.f64 y #s(literal 0 binary64)) x) (/.f64 #s(literal 0 binary64) (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x x)) (+.f64 (*.f64 y y) (/.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(* (pow x 2) (pow y 2)) |
(*.f64 (*.f64 x y) (*.f64 x y)) |
(* (pow x 2) (+ (* -1 (/ (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (pow y 2))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 y y) (/.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) x))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) x)) (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (pow y 2))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 y y) (/.f64 (-.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) x)) x))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) x)) (+ (* 18 (* t (* y z))) (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) x)) (pow y 2))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 y y) (/.f64 (-.f64 (+.f64 (*.f64 y #s(literal 0 binary64)) (*.f64 (*.f64 t (*.f64 z y)) #s(literal 18 binary64))) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) x)) x))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) (+.f64 (*.f64 y (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* (pow x 2) y)))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) (+.f64 (*.f64 y (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) (*.f64 y (*.f64 x x)))) #s(literal 0 binary64))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (+ (* y (+ (* -18 (* t (* x z))) (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* (pow x 2) y)))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) (+.f64 (*.f64 y (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) (*.f64 x #s(literal 0 binary64))) (*.f64 y (*.f64 x x)))) #s(literal 0 binary64))) |
(* (pow x 2) (pow y 2)) |
(*.f64 (*.f64 x y) (*.f64 x y)) |
(* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (pow x 2)))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) y) (+.f64 (*.f64 x x) (/.f64 (*.f64 x #s(literal 0 binary64)) y)))) |
(* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow y 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow y 2)) (pow x 2))))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) y) (+.f64 (+.f64 (/.f64 (*.f64 x #s(literal 0 binary64)) y) (/.f64 #s(literal 0 binary64) (*.f64 y y))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)) (/.f64 #s(literal 0 binary64) (*.f64 y y))) (*.f64 x x))))) |
(* (pow y 2) (+ (* -18 (/ (* t (* x z)) y)) (+ (* -1 (/ (* x (+ (* -9 (* t z)) (* 9 (* t z)))) y)) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) (pow y 2))) (+ (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 2))) (+ (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) (pow y 2)) (pow x 2))))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -18 binary64) t) (*.f64 z x)) y) (+.f64 (+.f64 (/.f64 (*.f64 x #s(literal 0 binary64)) y) (/.f64 #s(literal 0 binary64) (*.f64 y y))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 y y)) (/.f64 #s(literal 0 binary64) (*.f64 y y))) (*.f64 x x))))) |
(* (pow x 2) (pow y 2)) |
(*.f64 (*.f64 x y) (*.f64 x y)) |
(* (pow y 2) (+ (* -1 (/ (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (pow x 2))) |
(*.f64 (*.f64 y y) (-.f64 (*.f64 x x) (/.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) y))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) y)) (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (pow x 2))) |
(*.f64 (*.f64 y y) (-.f64 (*.f64 x x) (/.f64 (-.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) y)) y))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 81 (* (pow t 2) (pow z 2))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) y)) (+ (* 18 (* t (* x z))) (* x (+ (* -9 (* t z)) (* 9 (* t z)))))) y)) (pow x 2))) |
(*.f64 (*.f64 y y) (-.f64 (*.f64 x x) (/.f64 (-.f64 (+.f64 (*.f64 x #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal 18 binary64) t) (*.f64 z x))) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64)) y)) y))) |
(* (pow x 2) (pow y 2)) |
(*.f64 (*.f64 x y) (*.f64 x y)) |
(+ (* z (+ (* -18 (* t (* x y))) (* -1 (* x (* y (+ (* -9 t) (* 9 t))))))) (* (pow x 2) (pow y 2))) |
(+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 z (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))))) |
(+ (* z (+ (* -18 (* t (* x y))) (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (* (pow x 2) (pow y 2))) |
(+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 z (+.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64))))))) |
(+ (* z (+ (* -18 (* t (* x y))) (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) (* (pow x 2) (pow y 2))) |
(+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 z (+.f64 (+.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64))))))) |
(* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))))) |
(*.f64 (*.f64 z z) (+.f64 (/.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) z) (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64))))) |
(* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow z 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) |
(*.f64 (*.f64 z z) (+.f64 (/.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) z) (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 z z))) #s(literal 0 binary64))))) |
(* (pow z 2) (+ (* -18 (/ (* t (* x y)) z)) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow z 2)) (pow (+ (* -9 t) (* 9 t)) 2))))))) |
(*.f64 (*.f64 z z) (+.f64 (/.f64 (*.f64 #s(literal -18 binary64) (*.f64 t (*.f64 x y))) z) (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 z z))) #s(literal 0 binary64))))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 18 (* t (* x y)))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 (*.f64 z z) (-.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) z))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) z)) (* 18 (* t (* x y))))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 (*.f64 z z) (-.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) (/.f64 (+.f64 (-.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x x) (/.f64 (*.f64 y y) z))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) z))) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) z)) (* 18 (* t (* x y))))) z)) (+ (* 81 (pow t 2)) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 (*.f64 z z) (-.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) #s(literal 0 binary64)) (/.f64 (+.f64 (-.f64 (*.f64 #s(literal 18 binary64) (*.f64 t (*.f64 x y))) (*.f64 (*.f64 x x) (/.f64 (*.f64 y y) z))) (*.f64 (*.f64 x y) #s(literal 0 binary64))) z))) |
(* (pow x 2) (pow y 2)) |
(*.f64 (*.f64 x y) (*.f64 x y)) |
(+ (* t (+ (* -18 (* x (* y z))) (* -1 (* x (* y (+ (* -9 z) (* 9 z))))))) (* (pow x 2) (pow y 2))) |
(+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 t (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))))) |
(+ (* t (+ (* -18 (* x (* y z))) (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (* (pow x 2) (pow y 2))) |
(+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 t (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64))))))) |
(+ (* t (+ (* -18 (* x (* y z))) (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) (* (pow x 2) (pow y 2))) |
(+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 t (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64))))))) |
(* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))))) |
(*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) t) (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64))))) |
(* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow t 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) |
(*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) t) (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 t t))) #s(literal 0 binary64))))) |
(* (pow t 2) (+ (* -18 (/ (* x (* y z)) t)) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (+ (/ (* (pow x 2) (pow y 2)) (pow t 2)) (pow (+ (* -9 z) (* 9 z)) 2))))))) |
(*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -18 binary64) x) (*.f64 z y)) t) (+.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 t t))) #s(literal 0 binary64))))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (+.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 18 (* x (* y z)))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 (*.f64 t t) (-.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y)) (*.f64 (*.f64 x y) #s(literal 0 binary64))) t))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) t)) (* 18 (* x (* y z))))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 (*.f64 t t) (-.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) (/.f64 (+.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) (*.f64 (*.f64 x x) (/.f64 (*.f64 y y) t))) (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y))) t))) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (* -1 (/ (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (+ (* -1 (/ (* (pow x 2) (pow y 2)) t)) (* 18 (* x (* y z))))) t)) (+ (* 81 (pow z 2)) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 (*.f64 t t) (-.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 z z)) #s(literal 0 binary64)) (/.f64 (+.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) (*.f64 (*.f64 x x) (/.f64 (*.f64 y y) t))) (*.f64 (*.f64 #s(literal 18 binary64) x) (*.f64 z y))) t))) |
(* -1 (* x (* y (* z (+ (* -9 t) (* 9 t)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 z (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 z (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* z (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))))) |
(*.f64 z (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* (pow z 2) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))) |
#s(literal 0 binary64) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (+ (* 9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (pow (+ (* -9 t) (* 9 t)) 2))) |
#s(literal 0 binary64) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (+ (/ (* x (* y (+ (* -9 t) (* 9 t)))) z) (pow (+ (* -9 t) (* 9 t)) 2)))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* -1 (* t (* x (* y (+ (* -9 z) (* 9 z)))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* t (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* (pow t 2) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))) |
#s(literal 0 binary64) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (+ (* 9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (pow (+ (* -9 z) (* 9 z)) 2))) |
#s(literal 0 binary64) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (+ (/ (* x (* y (+ (* -9 z) (* 9 z)))) t) (pow (+ (* -9 z) (* 9 z)) 2)))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) |
#s(literal 0 binary64) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x)))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (+.f64 (/.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 0 binary64) x)))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x)))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (+.f64 (/.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 0 binary64) x)))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) x)))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (+.f64 (/.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 0 binary64) x)))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* -1 (* x (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) |
#s(literal 0 binary64) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y)))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 0 binary64) y)))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y)))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 0 binary64) y)))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (+ (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (/ (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2) y)))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 0 binary64) y)))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* -1 (* y (+ (* -1 (/ (+ (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) (pow (+ (* -9 (* t z)) (* 9 (* t z))) 2)) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* 9/2 (/ z a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(* -1 (* t (* x (* y (+ (* -9 z) (* 9 z)))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z))))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z))))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* t (+ (* -1 (* x (* y (+ (* -9 z) (* 9 z))))) (* 9 (* t (* z (+ (* -9 z) (* 9 z))))))) |
(*.f64 t (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* 9 (* (pow t 2) (* z (+ (* -9 z) (* 9 z))))) |
#s(literal 0 binary64) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z)))))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z)))))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -1 (/ (* x (* y (+ (* -9 z) (* 9 z)))) t)) (* 9 (* z (+ (* -9 z) (* 9 z)))))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* -9 (* (pow t 2) (* z (+ (* -9 z) (* 9 z))))) |
#s(literal 0 binary64) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* (pow t 2) (+ (* -9 (* z (+ (* -9 z) (* 9 z)))) (/ (* x (* y (+ (* -9 z) (* 9 z)))) t))) |
(*.f64 (*.f64 t t) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) t)) |
(* -1 (* x (* y (* z (+ (* -9 t) (* 9 t)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t))))))) |
(*.f64 z (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t))))))) |
(*.f64 z (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* z (+ (* -1 (* x (* y (+ (* -9 t) (* 9 t))))) (* 9 (* t (* z (+ (* -9 t) (* 9 t))))))) |
(*.f64 z (*.f64 (*.f64 x y) #s(literal 0 binary64))) |
(* 9 (* t (* (pow z 2) (+ (* -9 t) (* 9 t))))) |
#s(literal 0 binary64) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t)))))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t)))))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -1 (/ (* x (* y (+ (* -9 t) (* 9 t)))) z)) (* 9 (* t (+ (* -9 t) (* 9 t)))))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* -9 (* t (* (pow z 2) (+ (* -9 t) (* 9 t))))) |
#s(literal 0 binary64) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* (pow z 2) (+ (* -9 (* t (+ (* -9 t) (* 9 t)))) (/ (* x (* y (+ (* -9 t) (* 9 t)))) z))) |
(*.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x y) #s(literal 0 binary64)) z)) |
(* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) |
#s(literal 0 binary64) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* x (+ (* -1 (* y (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* -1 (* x (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) x)) (* y (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 y #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) x))) |
(* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z)))))) |
#s(literal 0 binary64) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+ (* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) (* 9 (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* y (+ (* -1 (* x (+ (* -9 (* t z)) (* 9 (* t z))))) (* 9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* -1 (* x (* y (+ (* -9 (* t z)) (* 9 (* t z)))))) |
(*.f64 (*.f64 x y) #s(literal 0 binary64)) |
(* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* -1 (* y (+ (* -9 (/ (* t (* z (+ (* -9 (* t z)) (* 9 (* t z))))) y)) (* x (+ (* -9 (* t z)) (* 9 (* t z))))))) |
(*.f64 y (+.f64 (*.f64 x #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) y))) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* z (+ (* -9 t) (* 9 t))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9 t) (* 9 t)))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* t (+ (* -9 z) (* 9 z))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9 z) (* 9 z)))) |
#s(literal 0 binary64) |
Compiled 226868 to 4295 computations (98.1% saved)
13 alts after pruning (13 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2598 | 10 | 2608 |
| Fresh | 5 | 3 | 8 |
| Picked | 5 | 0 | 5 |
| Done | 1 | 0 | 1 |
| Total | 2609 | 13 | 2622 |
| Status | Accuracy | Program |
|---|---|---|
| 22.4% | (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) | |
| 52.9% | (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) | |
| ▶ | 50.1% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 91.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ▶ | 86.7% | (-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| 86.2% | (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) | |
| 53.4% | (*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) | |
| 53.7% | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) | |
| ▶ | 50.0% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| 53.4% | (*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) | |
| 79.9% | (*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) | |
| 50.4% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) | |
| ▶ | 53.4% | (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
Compiled 472 to 304 computations (35.6% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 y a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 y a) x) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 z a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 z a) t) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | cost-diff | 0 | (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| 1826× | fma-define |
| 1502× | sum3-define |
| 1422× | *-lowering-*.f32 |
| 1422× | *-lowering-*.f64 |
| 1152× | sum4-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 150 |
| 1 | 70 | 150 |
| 2 | 183 | 150 |
| 3 | 406 | 150 |
| 4 | 752 | 150 |
| 5 | 1322 | 150 |
| 6 | 2312 | 150 |
| 7 | 4244 | 150 |
| 8 | 7294 | 150 |
| 0 | 8129 | 150 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
1/2 |
(/ a (+ (* x y) (* -9 (* z t)))) |
a |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
x |
y |
(* -9 (* z t)) |
-9 |
(* z t) |
z |
t |
(* -9/2 (* (/ z a) t)) |
-9/2 |
(* (/ z a) t) |
(/ z a) |
z |
a |
t |
(* (/ 1/2 a) (* x y)) |
(/ 1/2 a) |
1/2 |
a |
(* x y) |
x |
y |
(/ (* x y) (* a 2)) |
(* x y) |
x |
y |
(* a 2) |
a |
2 |
(- (/ (* (/ y a) x) 2) (* t (* (/ z a) 9/2))) |
(/ (* (/ y a) x) 2) |
(* (/ y a) x) |
(/ y a) |
y |
a |
x |
2 |
(* t (* (/ z a) 9/2)) |
t |
(* (/ z a) 9/2) |
(/ z a) |
z |
9/2 |
| Outputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 #s(literal -9 binary64) z))))) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (+ (* x y) (* -9 (* z t)))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 #s(literal -9 binary64) z)))) |
a |
(+ (* x y) (* -9 (* z t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 #s(literal -9 binary64) z))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* -9 (* z t)) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
-9 |
#s(literal -9 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
(* -9/2 (* (/ z a) t)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
-9/2 |
#s(literal -9/2 binary64) |
(* (/ z a) t) |
(*.f64 z (/.f64 t a)) |
(/ z a) |
(/.f64 z a) |
z |
a |
t |
(* (/ 1/2 a) (* x y)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* x y) (* a 2)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(* x y) |
(*.f64 x y) |
x |
y |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(- (/ (* (/ y a) x) 2) (* t (* (/ z a) 9/2))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 #s(literal -9 binary64) z))))) |
(/ (* (/ y a) x) 2) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(* (/ y a) x) |
(/.f64 (*.f64 x y) a) |
(/ y a) |
(/.f64 y a) |
y |
a |
x |
2 |
#s(literal 2 binary64) |
(* t (* (/ z a) 9/2)) |
(*.f64 z (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
t |
(* (/ z a) 9/2) |
(*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
(/ z a) |
(/.f64 z a) |
z |
9/2 |
#s(literal 9/2 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
| ✓ | accuracy | 97.5% | (-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | accuracy | 92.4% | (*.f64 (/.f64 y a) x) |
| ✓ | accuracy | 91.4% | (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 91.9% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 91.8% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| ✓ | accuracy | 100.0% | (/.f64 z a) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
| ✓ | accuracy | 91.1% | (*.f64 (/.f64 z a) t) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9 binary64) (*.f64 z t)) |
| ✓ | accuracy | 99.3% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ✓ | accuracy | 91.8% | (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 113.0ms | 256× | 0 | valid |
Compiled 162 to 30 computations (81.5% saved)
ival-mult: 22.0ms (59.4% of total)ival-div: 12.0ms (32.4% of total)ival-sub: 1.0ms (2.7% of total)ival-add: 1.0ms (2.7% of total)const: 1.0ms (2.7% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 1/2 (/ a (+ (* x y) (* -9 (* z t)))))> |
#<alt (/ a (+ (* x y) (* -9 (* z t))))> |
#<alt (+ (* x y) (* -9 (* z t)))> |
#<alt (* x y)> |
#<alt (* -9/2 (* (/ z a) t))> |
#<alt (* (/ z a) t)> |
#<alt (/ z a)> |
#<alt (* (/ 1/2 a) (* x y))> |
#<alt (/ 1/2 a)> |
#<alt (/ (* x y) (* a 2))> |
#<alt (* a 2)> |
#<alt (- (/ (* (/ y a) x) 2) (* t (* (/ z a) 9/2)))> |
#<alt (/ (* (/ y a) x) 2)> |
#<alt (* (/ y a) x)> |
#<alt (/ y a)> |
#<alt (* -9 (* z t))> |
#<alt (* t (* (/ z a) 9/2))> |
#<alt (* (/ z a) 9/2)> |
| Outputs |
|---|
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2)))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* x (- (* -1/729 (/ (* a (* x (pow y 2))) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2)))))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2)))))))> |
#<alt (/ a (* x y))> |
#<alt (/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x)> |
#<alt (/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (/ a y)) (* -9 (/ (* a (* t z)) (* x (pow y 2))))) x)> |
#<alt (/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 3) (pow y 4)))) (/ a y)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (* -9 (/ (* a (* t z)) (* x (pow y 2)))))) x)> |
#<alt (/ a (* x y))> |
#<alt (* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x))> |
#<alt (* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x))> |
#<alt (* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* x (pow y 4)))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow y 3)))) x)) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2)))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* y (- (* -1/729 (/ (* a (* (pow x 2) y)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2)))))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2)))))))> |
#<alt (/ a (* x y))> |
#<alt (/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y)> |
#<alt (/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y)> |
#<alt (/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y)> |
#<alt (/ a (* x y))> |
#<alt (* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y))> |
#<alt (* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) y))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow x 3)))) y)) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y))> |
#<alt (/ a (* x y))> |
#<alt (+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y)))> |
#<alt (+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z)> |
#<alt (/ (- (+ (* -1/9 (/ a t)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2))))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z)> |
#<alt (/ (- (+ (* -1/9 (/ a t)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) (pow z 3))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2)))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))))) z)> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))) (* 1/9 (/ a t))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) z))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow t 3)))) z)) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z))> |
#<alt (/ a (* x y))> |
#<alt (+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y)))> |
#<alt (+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (+ (* t (- (* t (- (* 729 (/ (* a (* t (pow z 3))) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow z 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t)> |
#<alt (/ (- (+ (* -1/9 (/ a z)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3))))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2))))) t)> |
#<alt (/ (- (+ (* -1/9 (/ a z)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 3) (pow z 4))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3)))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))))) t)> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))) (* 1/9 (/ a z))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (/ y a)> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
156 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | a | @ | -inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | z | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | x | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | y | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | t | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1× | batch-egg-rewrite |
| 4082× | /-lowering-/.f32 |
| 4082× | /-lowering-/.f64 |
| 3922× | *-lowering-*.f32 |
| 3922× | *-lowering-*.f64 |
| 1324× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 115 |
| 1 | 141 | 114 |
| 2 | 1244 | 113 |
| 0 | 8363 | 113 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
(/ a (+ (* x y) (* -9 (* z t)))) |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
(* -9/2 (* (/ z a) t)) |
(* (/ z a) t) |
(/ z a) |
(* (/ 1/2 a) (* x y)) |
(/ 1/2 a) |
(/ (* x y) (* a 2)) |
(* a 2) |
(- (/ (* (/ y a) x) 2) (* t (* (/ z a) 9/2))) |
(/ (* (/ y a) x) 2) |
(* (/ y a) x) |
(/ y a) |
(* -9 (* z t)) |
(* t (* (/ z a) 9/2)) |
(* (/ z a) 9/2) |
| Outputs |
|---|
(+.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(neg.f64 (/.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(pow.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (neg.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z (*.f64 x y)) |
(neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) #s(literal -9 binary64)) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) #s(literal -9 binary64)) (*.f64 z t)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) #s(literal -9 binary64)) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) #s(literal -9 binary64)) (*.f64 z t)))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 x (*.f64 y (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 x y) |
(*.f64 y x) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64))) (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a))) |
(/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64)) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 a z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (/.f64 (*.f64 #s(literal -9/2 binary64) z) a)) |
(*.f64 t (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z (/.f64 t a)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (/.f64 t a))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a z)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 t (/.f64 a z)) |
(/.f64 (*.f64 z t) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) z) t))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) t) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) |
(/.f64 (neg.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z))) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) t)) a) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) a) t)) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 z a) t) |
(*.f64 #s(literal 1 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) t) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a z)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(/.f64 z a) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a z)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a z)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(pow.f64 (/.f64 a z) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) z) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(neg.f64 (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.f64 x (/.f64 #s(literal 2 binary64) (/.f64 y a))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 x a) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a y) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (neg.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 x a) y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64))) a) |
(/.f64 (neg.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x))) a) |
(/.f64 (neg.f64 (/.f64 x #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a y))) |
(/.f64 (neg.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y))) a) |
(pow.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 (*.f64 (/.f64 x a) y) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 (/.f64 x #s(literal 2 binary64)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(neg.f64 (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.f64 x (/.f64 #s(literal 2 binary64) (/.f64 y a))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 x a) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a y) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (neg.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 x a) y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64))) a) |
(/.f64 (neg.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x))) a) |
(/.f64 (neg.f64 (/.f64 x #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a y))) |
(/.f64 (neg.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y))) a) |
(pow.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 (*.f64 (/.f64 x a) y) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 (/.f64 x #s(literal 2 binary64)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(-.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(neg.f64 (*.f64 a #s(literal -2 binary64))) |
(/.f64 a #s(literal 1/2 binary64)) |
(/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)) |
(/.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(+.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a))) |
(+.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))))) |
(+.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) |
(-.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) |
(-.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 t (/.f64 (*.f64 #s(literal -9/2 binary64) z) a) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 t (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64)) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 z (/.f64 t a)) #s(literal -9/2 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a) t (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (/.f64 t a))) #s(literal 9/2 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a z)) #s(literal 9/2 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))))) (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a))) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 x a) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 x a) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 x a) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (/.f64 x (/.f64 a y)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a) (*.f64 a (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 a x)) (*.f64 a (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a y)) (*.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (/.f64 x (/.f64 a y)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a) (*.f64 a (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 a x)) (*.f64 a (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a y)) (*.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 x (/.f64 a y)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a) (*.f64 a (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 a x)) (*.f64 a (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 a y)) (*.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a)) |
(/.f64 (-.f64 (*.f64 x a) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 x a) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 x a) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a y) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a y) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)))) (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)))) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)))) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64)) (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a))) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))))) (*.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64))) (-.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (*.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)))) (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))))) (+.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (/.f64 (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) (+.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) (/.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t))) #s(literal 81/4 binary64)) (*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) |
(*.f64 (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y)))) #s(literal 8 binary64)) (*.f64 (*.f64 (*.f64 z (/.f64 t a)) (/.f64 (*.f64 z (/.f64 t a)) (/.f64 a (*.f64 z t)))) #s(literal -729/8 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 x y))) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(neg.f64 (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.f64 x (/.f64 #s(literal 2 binary64) (/.f64 y a))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 x a) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a y) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (neg.f64 (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 x a) y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64))) a) |
(/.f64 (neg.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x))) a) |
(/.f64 (neg.f64 (/.f64 x #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a y))) |
(/.f64 (neg.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y))) a) |
(pow.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 a y) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) #s(literal 2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 (*.f64 (/.f64 x a) y) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 (/.f64 x #s(literal 2 binary64)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(/.f64 x (/.f64 a y)) |
(/.f64 y (/.f64 a x)) |
(/.f64 (*.f64 x y) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 a y))) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 y a)) |
(*.f64 y (/.f64 x a)) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) x)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 y a) x) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 x a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x (/.f64 #s(literal 1 binary64) y))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a y)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(/.f64 y a) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a y)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a y)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a y))) |
(pow.f64 (/.f64 a y) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 y a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) y) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a y)))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(/.f64 t (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t) a) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t)) |
(*.f64 (*.f64 z (/.f64 t a)) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) t) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a z)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a z) #s(literal 9/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 9/2 binary64)))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z))) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 9/2 binary64))) a) |
(pow.f64 (/.f64 a (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64))) |
(*.f64 z (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
| 1× | egg-herbie |
| 6332× | *-lowering-*.f32 |
| 6332× | *-lowering-*.f64 |
| 3274× | /-lowering-/.f32 |
| 3274× | /-lowering-/.f64 |
| 1352× | times-frac |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 457 | 5700 |
| 1 | 1670 | 5564 |
| 2 | 6669 | 5520 |
| 0 | 8140 | 5520 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(* -1/9 (/ a (* t z))) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* -1/729 (/ (* a (* x (pow y 2))) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(/ a (* x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (/ a y)) (* -9 (/ (* a (* t z)) (* x (pow y 2))))) x) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 3) (pow y 4)))) (/ a y)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (* -9 (/ (* a (* t z)) (* x (pow y 2)))))) x) |
(/ a (* x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* x (pow y 4)))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow y 3)))) x)) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(* -1/9 (/ a (* t z))) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* -1/729 (/ (* a (* (pow x 2) y)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(/ a (* x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y) |
(/ a (* x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) y))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow x 3)))) y)) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/ a (* x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(* -1/9 (/ a (* t z))) |
(/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2))))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) (pow z 3))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2)))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))))) z) |
(* -1/9 (/ a (* t z))) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))) (* 1/9 (/ a t))) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) z))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow t 3)))) z)) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/ a (* x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+ (* t (- (* t (- (* 729 (/ (* a (* t (pow z 3))) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow z 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(* -1/9 (/ a (* t z))) |
(/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3))))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 3) (pow z 4))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3)))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))))) t) |
(* -1/9 (/ a (* t z))) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))) (* 1/9 (/ a z))) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* -9 (* t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* -9 (* t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(/ y a) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
| Outputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x y) a) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x y) a) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x y) a) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) a) (/.f64 (/.f64 (*.f64 x y) t) t)) (*.f64 z z))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* -1/729 (/ (* a (* x (pow y 2))) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x (*.f64 a (*.f64 y y)))) (*.f64 t (*.f64 z (*.f64 z (*.f64 t (*.f64 t z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 z (*.f64 t (*.f64 t z))))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/6561 binary64) (*.f64 x (*.f64 a (*.f64 y (*.f64 y y))))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -1/729 binary64) a) (/.f64 (*.f64 y y) (*.f64 t (*.f64 z (*.f64 z (*.f64 t (*.f64 t z))))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 z (*.f64 t (*.f64 t z))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (/ a y)) (* -9 (/ (* a (* t z)) (* x (pow y 2))))) x) |
(/.f64 (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 z (*.f64 t (*.f64 t z)))) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y)))))) x)) x) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 3) (pow y 4)))) (/ a y)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (* -9 (/ (* a (* t z)) (* x (pow y 2)))))) x) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 729 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t a)) t)) (pow.f64 y #s(literal 4 binary64)))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) x) (/.f64 a y)) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 z (*.f64 t (*.f64 t z)))) a) (*.f64 y (*.f64 x (*.f64 x (*.f64 y y))))))) x) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) x) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 z (*.f64 t (*.f64 t z)))) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y)))))) x))) x) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* x (pow y 4)))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow y 3)))) x)) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -729 binary64) x) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t a)) t)) (pow.f64 y #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 z (*.f64 t (*.f64 t z)))) a) (*.f64 y (*.f64 y y)))) x)) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y)))))) x))) x) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) a) (/.f64 (/.f64 (*.f64 x y) t) t)) (*.f64 z z))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* -1/729 (/ (* a (* (pow x 2) y)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 a (*.f64 x (*.f64 x y)))) (*.f64 t (*.f64 z (*.f64 z (*.f64 t (*.f64 t z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 z (*.f64 t (*.f64 t z))))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 y (+.f64 (*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x y)))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 t (*.f64 z (*.f64 z (*.f64 t (*.f64 t z)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 z (*.f64 t (*.f64 t z))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y) |
(/.f64 (+.f64 (/.f64 a x) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t (*.f64 t z)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 81 binary64) y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y)) y) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 729 binary64) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 t (*.f64 t a)) t) (/.f64 (*.f64 z (*.f64 z z)) (pow.f64 x #s(literal 4 binary64))))) (-.f64 (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 a x)) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 z (*.f64 t (*.f64 t z)))) a) (*.f64 x (*.f64 x (*.f64 x (*.f64 y y))))))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) x) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t (*.f64 t z)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 81 binary64) y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y))) y) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) y))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow x 3)))) y)) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) a) (*.f64 t (*.f64 z (*.f64 z (*.f64 t (*.f64 t z)))))) (*.f64 y (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 z (*.f64 t (*.f64 t z)))) a) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) (*.f64 x x))) |
(+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 t (*.f64 t z))) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 t (*.f64 t a)) t)) z) (*.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t (*.f64 t a))) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (*.f64 (/.f64 (/.f64 a t) t) (*.f64 (*.f64 x (/.f64 y z)) #s(literal -1/81 binary64)))) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2))))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 a (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 t (*.f64 t (*.f64 t z)))) (*.f64 (*.f64 #s(literal -1/81 binary64) a) (/.f64 (/.f64 (*.f64 x y) t) t))) z)) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) (pow z 3))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2)))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))))) z) |
(/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 z (*.f64 z z))) (pow.f64 t #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/81 binary64)) (*.f64 t (*.f64 t z))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 t (*.f64 z (*.f64 t (*.f64 t z))))))) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))) (* 1/9 (/ a t))) z)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/81 binary64)) (*.f64 t (*.f64 t z))) (*.f64 (/.f64 a t) #s(literal 1/9 binary64))) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 a (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 t (*.f64 t (*.f64 t z)))) (*.f64 (*.f64 #s(literal -1/81 binary64) a) (/.f64 (/.f64 (*.f64 x y) t) t))) z)) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) z))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow t 3)))) z)) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 t (*.f64 t t)))) (neg.f64 z)) (*.f64 (*.f64 #s(literal -1/81 binary64) a) (/.f64 (/.f64 (*.f64 x y) t) t))) z)) (neg.f64 z)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) (*.f64 x x))) |
(+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t (*.f64 z (*.f64 z a)))) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 #s(literal 9 binary64) (*.f64 a (/.f64 z (*.f64 x (*.f64 x (*.f64 y y))))))))) |
(+ (* t (- (* t (- (* 729 (/ (* a (* t (pow z 3))) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow z 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (*.f64 t (+.f64 (*.f64 (*.f64 #s(literal 729 binary64) a) (/.f64 (*.f64 t (*.f64 z (*.f64 z z))) (*.f64 (pow.f64 y #s(literal 4 binary64)) (pow.f64 x #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 z a))) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))))) (*.f64 #s(literal 9 binary64) (*.f64 a (/.f64 z (*.f64 x (*.f64 x (*.f64 y y))))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 z z)))) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3))))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 #s(literal -1/729 binary64) z) (/.f64 (*.f64 a (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 z z))) t) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 3) (pow z 4))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3)))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))))) t) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/6561 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x a) (*.f64 x x))) (*.f64 t (*.f64 t t)))) (-.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (+.f64 (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 a (/.f64 (*.f64 x y) t))) (*.f64 z z)) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 z (*.f64 z (*.f64 t (*.f64 t z)))))))) t) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))) (* 1/9 (/ a z))) t)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 a (/.f64 (*.f64 x y) t))) (*.f64 z z)) (*.f64 #s(literal 1/9 binary64) (/.f64 a z))) (neg.f64 t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 #s(literal -1/729 binary64) z) (/.f64 (*.f64 a (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 z z))) t) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) (neg.f64 t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 z (*.f64 z z)))) t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) (neg.f64 t)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y) #s(literal -1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y) #s(literal -1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y) #s(literal -1 binary64))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) y)))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (*.f64 x (/.f64 y z)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (*.f64 x (/.f64 y z)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (*.f64 x (/.f64 y z)))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 x (/.f64 y z))) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 x (/.f64 y z))) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 x (/.f64 y z))) (neg.f64 z)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x y) a) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x y) a) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 x y) a) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(/ y a) |
(/.f64 y a) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
Compiled 29082 to 2520 computations (91.3% saved)
12 alts after pruning (10 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1662 | 7 | 1669 |
| Fresh | 5 | 3 | 8 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1670 | 12 | 1682 |
| Status | Accuracy | Program |
|---|---|---|
| 50.4% | (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) | |
| 50.0% | (/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) | |
| ▶ | 50.4% | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| 52.9% | (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) | |
| ✓ | 91.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ▶ | 50.1% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ▶ | 86.2% | (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| 53.4% | (*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) | |
| ▶ | 53.4% | (*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
| 51.4% | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) | |
| ▶ | 53.7% | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | 53.4% | (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
Compiled 286 to 212 computations (25.9% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 x a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 x a) y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 a (*.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ✓ | cost-diff | 0 | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 z a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 z #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 t a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| 1640× | fma-define |
| 1406× | fmsub-define |
| 1280× | *-lowering-*.f32 |
| 1280× | *-lowering-*.f64 |
| 1236× | fnmsub-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 27 | 123 |
| 1 | 64 | 123 |
| 2 | 160 | 123 |
| 3 | 336 | 123 |
| 4 | 589 | 123 |
| 5 | 1037 | 123 |
| 6 | 1752 | 123 |
| 7 | 3416 | 123 |
| 8 | 6869 | 123 |
| 0 | 8217 | 123 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* (* (/ 1/2 a) x) y) (* t (* (/ z a) 9/2))) |
(* (* (/ 1/2 a) x) y) |
(* (/ 1/2 a) x) |
(/ 1/2 a) |
1/2 |
a |
x |
y |
(* t (* (/ z a) 9/2)) |
t |
(* (/ z a) 9/2) |
(/ z a) |
z |
9/2 |
(* (/ t a) (* z -9/2)) |
(/ t a) |
t |
a |
(* z -9/2) |
z |
-9/2 |
(* (/ z a) (* t -9/2)) |
(/ z a) |
z |
a |
(* t -9/2) |
t |
-9/2 |
(/ 1/2 (/ a (* x y))) |
1/2 |
(/ a (* x y)) |
a |
(* x y) |
x |
y |
(/ (* (/ x a) y) 2) |
(* (/ x a) y) |
(/ x a) |
x |
a |
y |
2 |
| Outputs |
|---|
(- (* (* (/ 1/2 a) x) y) (* t (* (/ z a) 9/2))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(* (* (/ 1/2 a) x) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(* (/ 1/2 a) x) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) x) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
x |
y |
(* t (* (/ z a) 9/2)) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a) |
t |
(* (/ z a) 9/2) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(/ z a) |
(/.f64 z a) |
z |
9/2 |
#s(literal 9/2 binary64) |
(* (/ t a) (* z -9/2)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ t a) |
(/.f64 t a) |
t |
a |
(* z -9/2) |
(*.f64 z #s(literal -9/2 binary64)) |
z |
-9/2 |
#s(literal -9/2 binary64) |
(* (/ z a) (* t -9/2)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ z a) |
(/.f64 z a) |
z |
a |
(* t -9/2) |
(*.f64 t #s(literal -9/2 binary64)) |
t |
-9/2 |
#s(literal -9/2 binary64) |
(/ 1/2 (/ a (* x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
a |
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* (/ x a) y) 2) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(* (/ x a) y) |
(/.f64 x (/.f64 a y)) |
(/ x a) |
(/.f64 x a) |
x |
a |
y |
2 |
#s(literal 2 binary64) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 x a) |
| ✓ | accuracy | 92.5% | (*.f64 (/.f64 x a) y) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 99.2% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ✓ | accuracy | 91.8% | (/.f64 a (*.f64 x y)) |
| ✓ | accuracy | 100.0% | (/.f64 z a) |
| ✓ | accuracy | 100.0% | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | accuracy | 91.3% | (*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -9/2 binary64)) |
| ✓ | accuracy | 91.1% | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) |
| ✓ | accuracy | 97.5% | (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | accuracy | 92.4% | (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
| ✓ | accuracy | 91.4% | (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
| 74.0ms | 256× | 0 | valid |
Compiled 130 to 28 computations (78.5% saved)
ival-mult: 21.0ms (56.9% of total)ival-div: 14.0ms (37.9% of total)ival-sub: 1.0ms (2.7% of total)const: 1.0ms (2.7% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (- (* (* (/ 1/2 a) x) y) (* t (* (/ z a) 9/2)))> |
#<alt (* (* (/ 1/2 a) x) y)> |
#<alt (* (/ 1/2 a) x)> |
#<alt (/ 1/2 a)> |
#<alt (* (/ t a) (* z -9/2))> |
#<alt (/ t a)> |
#<alt (* z -9/2)> |
#<alt (* (/ z a) (* t -9/2))> |
#<alt (/ z a)> |
#<alt (* t -9/2)> |
#<alt (/ 1/2 (/ a (* x y)))> |
#<alt (/ a (* x y))> |
#<alt (* x y)> |
#<alt (/ (* (/ x a) y) 2)> |
#<alt (* (/ x a) y)> |
#<alt (/ x a)> |
#<alt (* t (* (/ z a) 9/2))> |
| Outputs |
|---|
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
126 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | a | @ | 0 | (* (/ t a) (* z -9/2)) |
| 1.0ms | a | @ | inf | (* (/ 1/2 a) x) |
| 0.0ms | a | @ | -inf | (/ a (* x y)) |
| 0.0ms | a | @ | 0 | (* (/ 1/2 a) x) |
| 0.0ms | a | @ | 0 | (/ a (* x y)) |
| 1× | batch-egg-rewrite |
| 3940× | /-lowering-/.f32 |
| 3940× | /-lowering-/.f64 |
| 3490× | *-lowering-*.f32 |
| 3490× | *-lowering-*.f64 |
| 2662× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 27 | 92 |
| 1 | 125 | 92 |
| 2 | 870 | 91 |
| 0 | 8225 | 91 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* (* (/ 1/2 a) x) y) (* t (* (/ z a) 9/2))) |
(* (* (/ 1/2 a) x) y) |
(* (/ 1/2 a) x) |
(/ 1/2 a) |
(* (/ t a) (* z -9/2)) |
(/ t a) |
(* z -9/2) |
(* (/ z a) (* t -9/2)) |
(/ z a) |
(* t -9/2) |
(/ 1/2 (/ a (* x y))) |
(/ a (* x y)) |
(* x y) |
(/ (* (/ x a) y) 2) |
(* (/ x a) y) |
(/ x a) |
(* t (* (/ z a) 9/2)) |
| Outputs |
|---|
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(+.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(+.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) |
(+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(+.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x)) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x)) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x)) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x)) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (neg.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) (fma.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) t)) (/.f64 z a) (*.f64 (*.f64 #s(literal 9/2 binary64) t) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (neg.f64 (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) (fma.f64 (neg.f64 (/.f64 z a)) (*.f64 t #s(literal 9/2 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal 9/2 binary64))))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a)) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a))) |
(-.f64 (/.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (-.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (-.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x)) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64))) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 z (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 z (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) t (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x)) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) (+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 (/.f64 t a) #s(literal -9/2 binary64)) z (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (neg.f64 (-.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64))) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))) (neg.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))) (neg.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a))) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) (+.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (-.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a t)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a z)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a y) x) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (/.f64 (/.f64 a y) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (/.f64 (/.f64 a y) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a t)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (/.f64 (/.f64 a y) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a z)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a t)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a z)) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 a t)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 a z)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (/.f64 (/.f64 a y) x)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 a t)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 a z)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 (/.f64 a y) x)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 a t)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 a z)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a t)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a z)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a t)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a z)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a t)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a z)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a t)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a z)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) a) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 #s(literal 2 binary64) a) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (*.f64 #s(literal 2 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (*.f64 #s(literal 2 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a t)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (*.f64 #s(literal 2 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a z)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a t)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a z)) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (/.f64 a t)) (*.f64 #s(literal 2 binary64) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (/.f64 a z)) (*.f64 #s(literal 2 binary64) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (/.f64 a t)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (/.f64 a z)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (/.f64 a t)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 y (/.f64 a x)) (/.f64 a z)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a t)) (*.f64 #s(literal -2 binary64) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a z)) (*.f64 #s(literal -2 binary64) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a t)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a z)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 #s(literal -2 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a t)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a z)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (/.f64 a z))) |
(/.f64 (+.f64 (/.f64 a t) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (/.f64 a z) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a t) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a z) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a t) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a z) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (/.f64 a t) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (/.f64 a z) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a t) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a z) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a t) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a z) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a t)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a z)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a t)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a z)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (/.f64 a z))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a t)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a z)) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a t)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a z)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) a) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a t)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a z)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) a) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a t)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a z)) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (/.f64 a t)) (*.f64 #s(literal 2 binary64) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (/.f64 a z)) (*.f64 #s(literal 2 binary64) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (/.f64 a t)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (/.f64 a z)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (/.f64 a t)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) (/.f64 a z)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a t)) (*.f64 a (*.f64 z #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a z)) (*.f64 a (*.f64 t #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a t)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a z)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a t)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a z)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 a (*.f64 z #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 a (*.f64 t #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 (/.f64 a x) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 a x) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 (/.f64 a x) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (/.f64 a x) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a x) #s(literal 1 binary64))) (*.f64 (/.f64 a x) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (/.f64 a x) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a x) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a x) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (/.f64 a x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a x) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (/.f64 a x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 (/.f64 a x) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a x) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a x) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (/.f64 a x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 (/.f64 a x) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a x) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (/.f64 a x) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a x) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a x) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a t)) (*.f64 (/.f64 a x) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a x) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a x) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 a x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a z)) (*.f64 (/.f64 a x) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 a x) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a t)) (*.f64 a (*.f64 z #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a z)) (*.f64 a (*.f64 t #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a t)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a z)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a t)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a z)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 a (*.f64 z #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 a (*.f64 t #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a t)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a z)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 a t)) (*.f64 a (*.f64 z #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 a z)) (*.f64 a (*.f64 t #s(literal -9/2 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 a t)) (*.f64 a (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 a z)) (*.f64 a (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 a t)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a t))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 a z)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))))) (*.f64 a (/.f64 a z))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 (/.f64 a y) x)) (*.f64 (/.f64 a t) #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (/.f64 a t) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a t) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (*.f64 x y))) (*.f64 (/.f64 a t) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (*.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 a t) (*.f64 x y))) (*.f64 (/.f64 a t) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a t) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 a t) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a t) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 a t) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (/.f64 a t) #s(literal -1/2 binary64))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) #s(literal 1 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a t) #s(literal 1 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a t) #s(literal -1 binary64))) (*.f64 (/.f64 a t) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) y))) (*.f64 (/.f64 a t) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a t) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (/.f64 a t) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a t) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a t) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a t) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a x)) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a t) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a t) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a t) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a t) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 (/.f64 a y) x)) (*.f64 (/.f64 a z) #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (/.f64 a z) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (*.f64 x y))) (*.f64 (/.f64 a z) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (*.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 a z) (*.f64 x y))) (*.f64 (/.f64 a z) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a z) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 a z) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a z) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 a z) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) #s(literal 1 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a z) #s(literal 1 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a z) #s(literal -1 binary64))) (*.f64 (/.f64 a z) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) y))) (*.f64 (/.f64 a z) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a z) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (/.f64 a z) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a z) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a z) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a z) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a x)) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a z) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a z) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) a) (*.f64 (/.f64 a z) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 #s(literal -2 binary64) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 1 binary64) y))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a x) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 a y) x)) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 a (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (/.f64 a y) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 2 binary64) a)) (*.f64 a (*.f64 x y))) (*.f64 a (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (/.f64 y (/.f64 a x)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) #s(literal -2 binary64)) (*.f64 a (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 a #s(literal -1/2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) y))) (*.f64 a (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 a x)) (*.f64 a (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 a (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y (/.f64 a x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (*.f64 #s(literal 2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y (/.f64 a x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 a y) x)) (*.f64 (/.f64 a t) #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (/.f64 a t) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a t) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (*.f64 x y))) (*.f64 (/.f64 a t) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 a t) (*.f64 x y))) (*.f64 (/.f64 a t) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a t) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 a t) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a t) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 a t) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (/.f64 a t) #s(literal -1/2 binary64))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) #s(literal 1 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a t) #s(literal 1 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a t) #s(literal -1 binary64))) (*.f64 (/.f64 a t) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) y))) (*.f64 (/.f64 a t) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a t) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (/.f64 a t) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a t) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a t) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a t) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a x)) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a t) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a t) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a t) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a t) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (*.f64 #s(literal 2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y (/.f64 a x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 a y) x)) (*.f64 (/.f64 a z) #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (/.f64 a z) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (*.f64 x y))) (*.f64 (/.f64 a z) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 a z) (*.f64 x y))) (*.f64 (/.f64 a z) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a z) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 a z) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a z) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 a z) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) #s(literal 1 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a z) #s(literal 1 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a z) #s(literal -1 binary64))) (*.f64 (/.f64 a z) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) y))) (*.f64 (/.f64 a z) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a z) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (/.f64 a z) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a z) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a z) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a z) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a x)) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a z) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a z) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a z) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 (/.f64 a y) x)) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 a (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (/.f64 a y) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 #s(literal 2 binary64) a)) (*.f64 a (*.f64 x y))) (*.f64 a (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (/.f64 y (/.f64 a x)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal -2 binary64)) (*.f64 a (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 a #s(literal -1/2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) y))) (*.f64 a (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a x)) (*.f64 a (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 a (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y (/.f64 a x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 a y) x)) (*.f64 (/.f64 a t) #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (/.f64 a t) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a t) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (*.f64 x y))) (*.f64 (/.f64 a t) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 a t) (*.f64 x y))) (*.f64 (/.f64 a t) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 a t) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 a t) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) #s(literal -2 binary64)) (*.f64 (/.f64 a t) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 a t) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (/.f64 a t) #s(literal -1/2 binary64))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) #s(literal 1 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a t) #s(literal 1 binary64))) (*.f64 (/.f64 a t) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a t) #s(literal -1 binary64))) (*.f64 (/.f64 a t) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) y))) (*.f64 (/.f64 a t) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 a t) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (/.f64 a t) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a t) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a t) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a t) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a x)) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a t) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a t) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a t) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a t) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a t) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a t) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a t) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a t) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (/.f64 (/.f64 a y) x)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (*.f64 #s(literal 2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y (/.f64 a x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 (/.f64 a y) x)) (*.f64 (/.f64 a z) #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 a y) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 (/.f64 a z) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (*.f64 x y))) (*.f64 (/.f64 a z) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (*.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 a z) (*.f64 x y))) (*.f64 (/.f64 a z) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 a z) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 a z) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) #s(literal -2 binary64)) (*.f64 (/.f64 a z) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 a z) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) (*.f64 (/.f64 a z) #s(literal -1/2 binary64))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) #s(literal 1 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a z) #s(literal 1 binary64))) (*.f64 (/.f64 a z) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a z) #s(literal -1 binary64))) (*.f64 (/.f64 a z) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (*.f64 (/.f64 a x) #s(literal 2 binary64))) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) y))) (*.f64 (/.f64 a z) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 a z) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))))) (*.f64 (/.f64 a z) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a z) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a z) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a z) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a x)) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a z) (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a z) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a z) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a z) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a z) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a z) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) a) (*.f64 (/.f64 a z) (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a z) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a y) x) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 a y) x) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 (/.f64 a y) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 (/.f64 a y) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 #s(literal 2 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 a x)) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 a x)) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 #s(literal -2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 #s(literal -2 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) a) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) y) a) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (/.f64 a x) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a x) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) a) (*.f64 (/.f64 a x) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a x) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))) (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a))) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) (neg.f64 (-.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (pow.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a))) (pow.f64 (+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (-.f64 (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (+.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) (-.f64 (*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a)) (*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)) (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x))))) (+.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 a y) x) (*.f64 (/.f64 (/.f64 a y) x) (/.f64 (/.f64 a y) x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 y (/.f64 a x)) (/.f64 y (/.f64 a x)))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 x y) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 a x) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(/.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a x)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) y)) (neg.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 x (/.f64 y #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64)))) (neg.f64 (/.f64 a x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y))) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 y) #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (/.f64 y #s(literal 2 binary64)) a)) |
(/.f64 x (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 x #s(literal 1 binary64))) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) x) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(neg.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a t)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a z)) |
(/.f64 (neg.f64 (*.f64 t #s(literal -9/2 binary64))) (neg.f64 (/.f64 a z))) |
(/.f64 (neg.f64 (*.f64 z #s(literal -9/2 binary64))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 a z))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64)))) (neg.f64 (/.f64 a z))) |
(pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 z (*.f64 #s(literal -9/2 binary64) (/.f64 t a))) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) t) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (/.f64 t a) #s(literal -9/2 binary64)) z) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a t)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(/.f64 t a) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a t) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a t)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a t))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a t) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 t #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (*.f64 t #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 (/.f64 a t) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a t) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 t (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) t) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64))) |
(*.f64 z #s(literal -9/2 binary64)) |
(*.f64 #s(literal -9/2 binary64) z) |
(-.f64 #s(literal 0 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(neg.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a t)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a z)) |
(/.f64 (neg.f64 (*.f64 t #s(literal -9/2 binary64))) (neg.f64 (/.f64 a z))) |
(/.f64 (neg.f64 (*.f64 z #s(literal -9/2 binary64))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 a z))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64)))) (neg.f64 (/.f64 a z))) |
(pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 z (*.f64 #s(literal -9/2 binary64) (/.f64 t a))) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) t) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (/.f64 t a) #s(literal -9/2 binary64)) z) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a z)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) a)) |
(/.f64 z a) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a z) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a z)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a z))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a z) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 z #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a z) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a z) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) z) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 t #s(literal -9/2 binary64)) |
(*.f64 #s(literal -9/2 binary64) t) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 x y) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 a x) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(/.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a x)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) y)) (neg.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 x (/.f64 y #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64)))) (neg.f64 (/.f64 a x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y))) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 y) #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (/.f64 y #s(literal 2 binary64)) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (/.f64 a x))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 a (*.f64 x y)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal 1 binary64))) |
(/.f64 (/.f64 a x) y) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 y (/.f64 a x)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(/.f64 (neg.f64 (/.f64 a x)) (neg.f64 y)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x a)) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 x y)) |
(/.f64 (/.f64 a y) x) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) (neg.f64 (/.f64 x a))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 a x))) (neg.f64 (neg.f64 y))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 (/.f64 a y) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (/.f64 a x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (/.f64 a x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a y) x)) |
(*.f64 (/.f64 a x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 y a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 a x)) |
(*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 a (neg.f64 y))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(*.f64 x y) |
(*.f64 y x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 x y) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 a x) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(/.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a x)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) y)) (neg.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 x (/.f64 y #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64)))) (neg.f64 (/.f64 a x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y))) (neg.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) a) y)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 y (/.f64 (/.f64 x a) #s(literal 2 binary64))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a y) x))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 y) #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) x) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (/.f64 y #s(literal 2 binary64)) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a y) x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 y (/.f64 a x)) |
(/.f64 (*.f64 x y) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a y) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 a x)) |
(/.f64 (neg.f64 y) (neg.f64 (/.f64 a x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 a x)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) y)) (neg.f64 (/.f64 a x))) |
(/.f64 (neg.f64 (*.f64 y #s(literal 1 binary64))) (neg.f64 (/.f64 a x))) |
(pow.f64 (/.f64 (/.f64 a y) x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 y (/.f64 a x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a y) x) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) y)) |
(*.f64 x (/.f64 y a)) |
(*.f64 y (/.f64 x a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x a) y) |
(*.f64 (/.f64 x a) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 y) a)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (neg.f64 y) #s(literal -1 binary64)) (/.f64 x a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(/.f64 x a) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a x) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 x #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (*.f64 x #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 (/.f64 a x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a x) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) x) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t) a) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t (/.f64 a z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 t (/.f64 a z)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a)) |
| 1× | egg-herbie |
| 5874× | *-lowering-*.f32 |
| 5874× | *-lowering-*.f64 |
| 1684× | fmsub-define |
| 1566× | fmm-def |
| 1532× | times-frac |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 80 | 3096 |
| 1 | 266 | 3096 |
| 2 | 896 | 3096 |
| 3 | 3844 | 3096 |
| 0 | 8185 | 3096 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
| Outputs |
|---|
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z) (*.f64 #s(literal -9/2 binary64) (/.f64 t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z) (*.f64 #s(literal -9/2 binary64) (/.f64 t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z) (*.f64 #s(literal -9/2 binary64) (/.f64 t a)))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z) (*.f64 #s(literal -9/2 binary64) (/.f64 t a)))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z) (*.f64 #s(literal -9/2 binary64) (/.f64 t a)))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z) (*.f64 #s(literal -9/2 binary64) (/.f64 t a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) a) |
Compiled 35964 to 3421 computations (90.5% saved)
12 alts after pruning (7 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1920 | 5 | 1925 |
| Fresh | 3 | 2 | 5 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1925 | 12 | 1937 |
| Status | Accuracy | Program |
|---|---|---|
| 50.4% | (/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) | |
| 50.0% | (/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) | |
| ✓ | 50.4% | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| 50.4% | (/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) y) #s(literal 2 binary64)) | |
| 52.9% | (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) | |
| 52.7% | (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) | |
| 51.4% | (/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) | |
| ✓ | 91.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ✓ | 50.1% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ✓ | 53.4% | (*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
| 53.8% | (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) | |
| ✓ | 53.4% | (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
Compiled 754 to 276 computations (63.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 z a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
| Outputs |
|---|
(-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
11 calls:
| 16.0ms | t |
| 13.0ms | (*.f64 z #s(literal 9 binary64)) |
| 13.0ms | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 13.0ms | y |
| 11.0ms | (*.f64 a #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.9% | 1 | x |
| 93.7% | 2 | y |
| 91.9% | 1 | z |
| 91.9% | 1 | t |
| 97.7% | 3 | a |
| 95.2% | 2 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 98.4% | 3 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 94.8% | 2 | (*.f64 x y) |
| 95.9% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 91.9% | 1 | (*.f64 z #s(literal 9 binary64)) |
| 97.7% | 3 | (*.f64 a #s(literal 2 binary64)) |
Compiled 96 to 76 computations (20.8% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| Outputs |
|---|
(-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
1 calls:
| 8.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.4% | 3 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 14 to 10 computations (28.6% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
4 calls:
| 13.0ms | a |
| 10.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 8.0ms | (*.f64 a #s(literal 2 binary64)) |
| 7.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.2% | 2 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 91.9% | 1 | a |
| 91.9% | 1 | (*.f64 a #s(literal 2 binary64)) |
| 95.2% | 2 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 46 to 35 computations (23.9% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
3 calls:
| 10.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 8.0ms | (*.f64 x y) |
| 7.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.8% | 2 | (*.f64 x y) |
| 91.9% | 1 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 91.9% | 1 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 40 to 29 computations (27.5% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) y) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
1 calls:
| 7.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.8% | 2 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) y) #s(literal 2 binary64)) |
| Outputs |
|---|
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
7 calls:
| 25.0ms | y |
| 22.0ms | t |
| 7.0ms | x |
| 7.0ms | (*.f64 a #s(literal 2 binary64)) |
| 7.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 73.2% | 3 | x |
| 73.3% | 3 | t |
| 63.2% | 4 | a |
| 63.2% | 4 | (*.f64 a #s(literal 2 binary64)) |
| 74.6% | 5 | z |
| 73.9% | 3 | y |
| 79.5% | 3 | (*.f64 x y) |
Compiled 46 to 38 computations (17.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
1 calls:
| 3.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.2% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
3 calls:
| 2.0ms | t |
| 2.0ms | x |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.9% | 3 | x |
| 70.9% | 3 | t |
| 72.6% | 3 | y |
Compiled 18 to 15 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
5 calls:
| 2.0ms | x |
| 2.0ms | z |
| 2.0ms | a |
| 2.0ms | t |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 53.4% | 1 | a |
| 53.4% | 1 | t |
| 55.1% | 2 | z |
| 53.4% | 1 | y |
| 55.1% | 2 | x |
Compiled 30 to 25 computations (16.7% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
4 calls:
| 1.0ms | y |
| 1.0ms | x |
| 1.0ms | t |
| 1.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 53.4% | 1 | y |
| 53.4% | 1 | t |
| 53.4% | 1 | z |
| 53.4% | 1 | x |
Compiled 24 to 20 computations (16.7% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.4280284411160758e+291 | 1.5895921200214643e+291 |
| 0.0ms | -6.2629892287184434e+302 | -1.5675199802064194e+302 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.5895921200214643e+291 | 3.1339416107160096e+292 |
| 0.0ms | -6.2629892287184434e+302 | -1.5675199802064194e+302 |
Compiled 26 to 20 computations (23.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.9622015732959953e+299 | 1.9199384974426058e+303 |
Compiled 26 to 20 computations (23.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.424606321866655e+254 | 9.564311711154406e+267 |
Compiled 26 to 20 computations (23.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.424606321866655e+254 | 9.564311711154406e+267 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.496992596083541e+116 | 8.116059001440274e+116 |
| 0.0ms | -1.7833522220830104e+89 | -7.2378170234118625e+87 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.496992596083541e+116 | 8.116059001440274e+116 |
| 0.0ms | -1.7833522220830104e+89 | -7.2378170234118625e+87 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 22.0ms | 6.7203633597522646e-96 | 4.098263590003217e-75 |
| 11.0ms | -1.3225561535367235e-41 | -5.1942892205571915e-42 |
| 22.0ms | 256× | 0 | valid |
Compiled 442 to 340 computations (23.1% saved)
ival-mult: 7.0ms (57.2% of total)ival-div: 3.0ms (24.5% of total)ival-sub: 1.0ms (8.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 7.0ms | -5.159951528204093e-96 | -3.415325491687709e-96 |
| 5.0ms | 64× | 0 | valid |
Compiled 130 to 100 computations (23.1% saved)
ival-mult: 2.0ms (75.8% of total)ival-sub: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 72× | *-commutative_binary64 |
| 32× | +-commutative_binary64 |
| 26× | sub-neg_binary64 |
| 20× | neg-sub0_binary64 |
| 20× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 88 | 306 |
| 1 | 141 | 306 |
| 2 | 170 | 306 |
| 3 | 190 | 306 |
| 4 | 207 | 306 |
| 5 | 216 | 306 |
| 6 | 220 | 306 |
| 7 | 221 | 306 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -500000000000000000080882538393228219106334323115829719147747508550558749612869373932630121517106957626889886784090168708013722910283889599821695770803013034305575373061142488088628325022100263638403663533845231056330713750098525613244949130339381695724688044273646160407063978743165327734459561131638784 binary64)) (-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 1500000000000000075280595095547256538018088394300100725055490096256590027720490825027758317437936999783761046750486159032828286642459750026456408200720808743688225285363824176658006284227807706368106418182552538249424629932090998835108425766667387970425399058679518313932134044959910293143552 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -500000000000000000080882538393228219106334323115829719147747508550558749612869373932630121517106957626889886784090168708013722910283889599821695770803013034305575373061142488088628325022100263638403663533845231056330713750098525613244949130339381695724688044273646160407063978743165327734459561131638784 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 1999999999999999915721804700692568264307103756193028567705035546458066308011144957252473074143807250296165225781973727428404914040084012839363052749931748355577247086899988970114516525323491896053535264551226099793920157922636301090836929322135983339163576571058010961411376392137707276468224 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 200000000000000010500952051040884049740893716221631830983170823102360491597781639157274275016089572808740888766576775635388504647072086115128958436957341396569677440185315160747566046758957618011873790646994159989016223807793528176014930548556028498915851757764011368567623133894439277373091880108032 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)))) |
(if (<=.f64 (*.f64 x y) #s(literal 999999999999999988452569694641453289891412847766833896677368465428848130901034909295879619908945316559292587569958465674654992927728624557883489163749540246356891129106733591931304833693638565628182306078113383272782784390994049606075766012189756664840192 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal 999999999999999988452569694641453289891412847766833896677368465428848130901034909295879619908945316559292587569958465674654992927728624557883489163749540246356891129106733591931304833693638565628182306078113383272782784390994049606075766012189756664840192 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal -99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) (if (<=.f64 (*.f64 x y) #s(literal 599999999999999974339638081151915024600885204270695014371151453967101285886523719399743246759013697029512936151842816 binary64)) (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 599999999999999974339638081151915024600885204270695014371151453967101285886523719399743246759013697029512936151842816 binary64)) (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 x #s(literal -13792459867793/1532495540865888858358347027150309183618739122183602176 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 x #s(literal 687499642012889/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 x #s(literal -2344784914641395/601226901190101306339707032778070279008174732520529886901066488712245510429339761526706943586500787976175353856 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
| Outputs |
|---|
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -500000000000000000080882538393228219106334323115829719147747508550558749612869373932630121517106957626889886784090168708013722910283889599821695770803013034305575373061142488088628325022100263638403663533845231056330713750098525613244949130339381695724688044273646160407063978743165327734459561131638784 binary64)) (-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 1500000000000000075280595095547256538018088394300100725055490096256590027720490825027758317437936999783761046750486159032828286642459750026456408200720808743688225285363824176658006284227807706368106418182552538249424629932090998835108425766667387970425399058679518313932134044959910293143552 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (/.f64 y a) x) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -500000000000000000080882538393228219106334323115829719147747508550558749612869373932630121517106957626889886784090168708013722910283889599821695770803013034305575373061142488088628325022100263638403663533845231056330713750098525613244949130339381695724688044273646160407063978743165327734459561131638784 binary64)) (-.f64 (/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 1500000000000000075280595095547256538018088394300100725055490096256590027720490825027758317437936999783761046750486159032828286642459750026456408200720808743688225285363824176658006284227807706368106418182552538249424629932090998835108425766667387970425399058679518313932134044959910293143552 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 x (/.f64 y a)) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -500000000000000000080882538393228219106334323115829719147747508550558749612869373932630121517106957626889886784090168708013722910283889599821695770803013034305575373061142488088628325022100263638403663533845231056330713750098525613244949130339381695724688044273646160407063978743165327734459561131638784 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 1999999999999999915721804700692568264307103756193028567705035546458066308011144957252473074143807250296165225781973727428404914040084012839363052749931748355577247086899988970114516525323491896053535264551226099793920157922636301090836929322135983339163576571058010961411376392137707276468224 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -500000000000000000080882538393228219106334323115829719147747508550558749612869373932630121517106957626889886784090168708013722910283889599821695770803013034305575373061142488088628325022100263638403663533845231056330713750098525613244949130339381695724688044273646160407063978743165327734459561131638784 binary64)) (-.f64 (*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 1999999999999999915721804700692568264307103756193028567705035546458066308011144957252473074143807250296165225781973727428404914040084012839363052749931748355577247086899988970114516525323491896053535264551226099793920157922636301090836929322135983339163576571058010961411376392137707276468224 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 200000000000000010500952051040884049740893716221631830983170823102360491597781639157274275016089572808740888766576775635388504647072086115128958436957341396569677440185315160747566046758957618011873790646994159989016223807793528176014930548556028498915851757764011368567623133894439277373091880108032 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 200000000000000010500952051040884049740893716221631830983170823102360491597781639157274275016089572808740888766576775635388504647072086115128958436957341396569677440185315160747566046758957618011873790646994159989016223807793528176014930548556028498915851757764011368567623133894439277373091880108032 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 x #s(literal 1/2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal 999999999999999988452569694641453289891412847766833896677368465428848130901034909295879619908945316559292587569958465674654992927728624557883489163749540246356891129106733591931304833693638565628182306078113383272782784390994049606075766012189756664840192 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal 999999999999999988452569694641453289891412847766833896677368465428848130901034909295879619908945316559292587569958465674654992927728624557883489163749540246356891129106733591931304833693638565628182306078113383272782784390994049606075766012189756664840192 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal 999999999999999988452569694641453289891412847766833896677368465428848130901034909295879619908945316559292587569958465674654992927728624557883489163749540246356891129106733591931304833693638565628182306078113383272782784390994049606075766012189756664840192 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal 999999999999999988452569694641453289891412847766833896677368465428848130901034909295879619908945316559292587569958465674654992927728624557883489163749540246356891129106733591931304833693638565628182306078113383272782784390994049606075766012189756664840192 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) (if (<=.f64 (*.f64 x y) #s(literal 599999999999999974339638081151915024600885204270695014371151453967101285886523719399743246759013697029512936151842816 binary64)) (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) (if (<=.f64 (*.f64 x y) #s(literal 599999999999999974339638081151915024600885204270695014371151453967101285886523719399743246759013697029512936151842816 binary64)) (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -99999999999999999475366575191804932315794610450682175621941694731908308538307845136842752 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 599999999999999974339638081151915024600885204270695014371151453967101285886523719399743246759013697029512936151842816 binary64)) (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 x #s(literal -13792459867793/1532495540865888858358347027150309183618739122183602176 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 x #s(literal 687499642012889/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 x #s(literal -13792459867793/1532495540865888858358347027150309183618739122183602176 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 x #s(literal 687499642012889/509258994083621521567111422102344540262867098416484062659035112338595324940834176545849344 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z a))) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 x #s(literal -2344784914641395/601226901190101306339707032778070279008174732520529886901066488712245510429339761526706943586500787976175353856 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t))) |
(if (<=.f64 x #s(literal -2344784914641395/601226901190101306339707032778070279008174732520529886901066488712245510429339761526706943586500787976175353856 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z a)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z a))) |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 5340× | *-lowering-*.f32 |
| 5340× | *-lowering-*.f64 |
| 4082× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 115 |
| 1 | 141 | 114 |
| 2 | 1244 | 113 |
| 0 | 8363 | 113 |
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 761 | 56 |
| 0 | 9023 | 56 |
| 0 | 13 | 12 |
| 1 | 31 | 12 |
| 2 | 110 | 12 |
| 3 | 347 | 12 |
| 4 | 965 | 12 |
| 5 | 1846 | 12 |
| 6 | 3531 | 12 |
| 7 | 5840 | 12 |
| 0 | 8334 | 12 |
| 0 | 1157 | 21472 |
| 1 | 4602 | 13930 |
| 0 | 9749 | 13930 |
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 0 | 27 | 92 |
| 1 | 125 | 92 |
| 2 | 870 | 91 |
| 0 | 8225 | 91 |
| 0 | 45 | 309 |
| 1 | 283 | 251 |
| 2 | 3214 | 251 |
| 0 | 8127 | 251 |
| 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 |
Compiled 1050 to 608 computations (42.1% saved)
(sort x y)
(negabs a)
Compiled 2002 to 766 computations (61.7% saved)
Loading profile data...