
Time bar (total: 11.5s)
| 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: 38.0ms (68.9% of total)ival-sub: 8.0ms (14.5% of total)ival-div: 6.0ms (10.9% of total)const: 2.0ms (3.6% of total)backward-pass: 1.0ms (1.8% of total)| 807.0ms | 8256× | 0 | valid |
ival-mult: 389.0ms (76.5% of total)ival-div: 63.0ms (12.4% of total)ival-sub: 39.0ms (7.7% of total)const: 15.0ms (2.9% of total)backward-pass: 3.0ms (0.6% 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 |
|---|---|---|---|---|---|
| 13 | 0 | - | 0 | - | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 1 | 0 | - | 0 | - | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | y |
| 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)) |
| 58.0ms | 512× | 0 | valid |
Compiled 116 to 41 computations (64.7% saved)
ival-mult: 15.0ms (64.2% of total)ival-div: 4.0ms (17.1% of total)ival-sub: 3.0ms (12.8% of total)const: 1.0ms (4.3% of total)backward-pass: 0.0ms (0% of total)Compiled 18 to 13 computations (27.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 95.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 95.0% | (/.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 | 99.8% | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | accuracy | 99.7% | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | accuracy | 95.0% | (/.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 | 99.7% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 95.0% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 56.0ms | 256× | 0 | valid |
Compiled 92 to 19 computations (79.3% saved)
ival-mult: 15.0ms (55.5% of total)ival-div: 9.0ms (33.3% of total)ival-sub: 1.0ms (3.7% of total)ival-add: 1.0ms (3.7% of total)const: 1.0ms (3.7% 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 | |
|---|---|---|---|---|
| 11.0ms | x | @ | -inf | (/ (- (* x y) (* (* z 9) t)) (* a 2)) |
| 3.0ms | a | @ | -inf | (* a 2) |
| 2.0ms | t | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | x | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | y | @ | inf | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1× | batch-egg-rewrite |
| 3244× | *-lowering-*.f32 |
| 3244× | *-lowering-*.f64 |
| 2198× | /-lowering-/.f32 |
| 2198× | /-lowering-/.f64 |
| 1586× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 758 | 56 |
| 0 | 9164 | 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 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 x (/.f64 y (*.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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 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 (*.f64 a #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) #s(literal -1 binary64))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -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 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #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 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) (/.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.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 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 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 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #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 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) 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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 y (*.f64 x (*.f64 x y))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 a (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 y (*.f64 x (*.f64 x y))))) (*.f64 a (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (neg.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) (-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.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 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) (/.f64 #s(literal 1 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 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 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.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 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.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 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(-.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 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 x y (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.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 z z) (*.f64 (*.f64 t t) #s(literal 81 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)))))) |
(/.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t 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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t 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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.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 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.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 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (neg.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.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)))))) (pow.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.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 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.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))))))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (-.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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)))))) (-.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(*.f64 x y) |
(*.f64 y x) |
(+.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.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 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 x (/.f64 y (*.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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #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 z (*.f64 t #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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 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 (*.f64 a #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) #s(literal -1 binary64))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -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 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #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 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) (/.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.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 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 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 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #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 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #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 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) 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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 y (*.f64 x (*.f64 x y))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 a (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 y (*.f64 x (*.f64 x y))))) (*.f64 a (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (neg.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) (-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.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 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) (/.f64 #s(literal 1 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 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 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.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 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.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 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(-.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 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 x y (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.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 z z) (*.f64 (*.f64 t t) #s(literal 81 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)))))) |
(/.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t 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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t 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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.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 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.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 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (neg.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.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)))))) (pow.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.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 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.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))))))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (-.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.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)))))) (-.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 z (*.f64 t #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 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(*.f64 (*.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 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.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 z (*.f64 t #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 z (*.f64 t #s(literal -9 binary64)))) |
(*.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 34321 to 1201 computations (96.5% saved)
14 alts after pruning (14 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1041 | 14 | 1055 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1043 | 14 | 1057 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 68.0% | (/.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)))) |
| 56.6% | (/.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)))) | |
| 66.4% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) | |
| ▶ | 95.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 54.6% | (/.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))) |
| 94.9% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) | |
| 94.8% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) | |
| 78.2% | (+.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))) | |
| 76.1% | (+.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))) | |
| ▶ | 82.1% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| 94.8% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) | |
| 51.2% | (*.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 608 to 384 computations (36.8% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) |
| ✓ | cost-diff | 768 | (/.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)))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
| ✓ | cost-diff | 0 | (/.f64 y a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | 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 (*.f64 z t) #s(literal 9 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 5054× | *-lowering-*.f32 |
| 5054× | *-lowering-*.f64 |
| 3010× | /-lowering-/.f32 |
| 3010× | /-lowering-/.f64 |
| 1778× | associate-/r/ |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 213 |
| 1 | 114 | 211 |
| 2 | 427 | 211 |
| 3 | 2341 | 211 |
| 4 | 5235 | 211 |
| 5 | 7263 | 211 |
| 0 | 8262 | 211 |
| 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) |
z |
t |
9 |
(* a 2) |
a |
2 |
(* -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 |
(* (/ y a) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
(/ y a) |
y |
a |
(+ (* -9/2 (* t (/ z y))) (* 1/2 x)) |
(* -9/2 (* t (/ z y))) |
-9/2 |
(* t (/ z y)) |
t |
(/ z y) |
z |
(* 1/2 x) |
1/2 |
x |
(/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
(- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) |
(* (/ (* x y) a) (* (/ a (* z t)) 2/9)) |
(/ (* x y) a) |
(* x y) |
x |
y |
a |
(* (/ a (* z t)) 2/9) |
(/ a (* z t)) |
(* z t) |
z |
t |
2/9 |
2 |
(* 2 (* (/ a (* z t)) 2/9)) |
| 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) |
(*.f64 z t) |
z |
t |
9 |
#s(literal 9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(* -9/2 (/ (* t z) a)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
-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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(* t (* z -9)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
t |
(* z -9) |
(*.f64 z #s(literal -9 binary64)) |
z |
-9 |
#s(literal -9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(* (/ y a) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
(*.f64 y (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) y) (*.f64 x #s(literal 1/2 binary64))) a)) |
(/ y a) |
(/.f64 y a) |
y |
a |
(+ (* -9/2 (* t (/ z y))) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) y) (*.f64 x #s(literal 1/2 binary64))) |
(* -9/2 (* t (/ z y))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) y) |
-9/2 |
#s(literal -9/2 binary64) |
(* t (/ z y)) |
(/.f64 (*.f64 z t) y) |
t |
(/ z y) |
(/.f64 z y) |
z |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
x |
(/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) |
(+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 a (/.f64 #s(literal 2/9 binary64) (*.f64 z t))))) a) #s(literal -2 binary64)) |
(* (/ (* x y) a) (* (/ a (* z t)) 2/9)) |
(/.f64 (*.f64 x (*.f64 y (*.f64 a (/.f64 #s(literal 2/9 binary64) (*.f64 z t))))) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(* x y) |
(*.f64 x y) |
x |
y |
a |
(* (/ a (* z t)) 2/9) |
(*.f64 a (/.f64 #s(literal 2/9 binary64) (*.f64 z t))) |
(/ a (* z t)) |
(/.f64 a (*.f64 z t)) |
(* z t) |
(*.f64 z t) |
z |
t |
2/9 |
#s(literal 2/9 binary64) |
2 |
#s(literal 2 binary64) |
(* 2 (* (/ a (* z t)) 2/9)) |
(/.f64 (*.f64 (/.f64 a z) #s(literal 4/9 binary64)) t) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 95.0% | (/.f64 (*.f64 x y) a) |
| ✓ | accuracy | 93.6% | (/.f64 a (*.f64 z t)) |
| ✓ | accuracy | 82.2% | (/.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)))) |
| ✓ | accuracy | 76.6% | (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) x) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) |
| ✓ | accuracy | 93.1% | (*.f64 t (/.f64 z y)) |
| ✓ | accuracy | 85.9% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -9 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 t (*.f64 z #s(literal -9 binary64))) |
| ✓ | accuracy | 93.7% | (/.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.7% | (/.f64 (*.f64 t z) a) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 99.7% | (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 z t) #s(literal 9 binary64)) |
| ✓ | accuracy | 95.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 186.0ms | 256× | 0 | valid |
Compiled 239 to 38 computations (84.1% saved)
ival-mult: 110.0ms (83% of total)ival-div: 13.0ms (9.8% of total)...c/correct-round.rkt:119:19: 4.0ms (3% of total)ival-sub: 2.0ms (1.5% of total)ival-add: 1.0ms (0.8% of total)const: 1.0ms (0.8% 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 (* -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 (* (/ y a) (+ (* -9/2 (* t (/ z y))) (* 1/2 x)))> |
#<alt (/ y a)> |
#<alt (+ (* -9/2 (* t (/ z y))) (* 1/2 x))> |
#<alt (* -9/2 (* t (/ z y)))> |
#<alt (/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9)))> |
#<alt (* 2 (* (/ a (* z t)) 2/9))> |
#<alt (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2)> |
#<alt (* (/ (* x y) a) (* (/ a (* z t)) 2/9))> |
#<alt (* t (/ z y))> |
#<alt (* 1/2 x)> |
#<alt (/ a (* z t))> |
#<alt (/ (* x y) a)> |
| 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 (/ (- (* 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 (* 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))> |
#<alt (* -9/2 (/ (* 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 (+ (* -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 (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) 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) 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 (* -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 (/ 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 (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* 1/2 x)> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<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 (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a))> |
#<alt (* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) 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 (+ (* -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 (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt (* 4/9 (/ a (* t z)))> |
#<alt -2> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x))))> |
#<alt (* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x))))> |
#<alt (* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x))))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x)))))> |
#<alt (* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x)))))> |
#<alt (* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x)))))> |
#<alt -2> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y))))> |
#<alt (* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y))))> |
#<alt (* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y))))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y)))))> |
#<alt (* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y)))))> |
#<alt (* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y)))))> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z)> |
#<alt (/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z)> |
#<alt (/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z)> |
#<alt -2> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt -2> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t)> |
#<alt (/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t)> |
#<alt (/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t)> |
#<alt -2> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt -2> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (- (* 2/9 (/ (* x y) (* t z))) 2)> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (* 2/9 (/ (* x y) (* t z)))> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<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)> |
210 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | a | @ | 0 | (* (/ y a) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
| 6.0ms | y | @ | inf | (/ (* x y) a) |
| 6.0ms | x | @ | inf | (+ (* -9/2 (* t (/ z y))) (* 1/2 x)) |
| 4.0ms | y | @ | -inf | (/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
| 2.0ms | a | @ | 0 | (/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
| 1× | batch-egg-rewrite |
| 3428× | /-lowering-/.f32 |
| 3428× | /-lowering-/.f64 |
| 3214× | *-lowering-*.f32 |
| 3214× | *-lowering-*.f64 |
| 2168× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 173 |
| 1 | 211 | 169 |
| 2 | 1805 | 169 |
| 0 | 8245 | 169 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* x y) (* (* z t) 9)) (* a 2)) |
(- (* x y) (* (* z t) 9)) |
(* x y) |
(* (* z t) 9) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(* t z) |
(/ (* t (* z -9)) (* a 2)) |
(* t (* z -9)) |
(* z -9) |
(* a 2) |
(* (/ y a) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
(/ y a) |
(+ (* -9/2 (* t (/ z y))) (* 1/2 x)) |
(* -9/2 (* t (/ z y))) |
(/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
(* 2 (* (/ a (* z t)) 2/9)) |
(- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) |
(* (/ (* x y) a) (* (/ a (* z t)) 2/9)) |
(* t (/ z y)) |
(* 1/2 x) |
(/ a (* z t)) |
(/ (* x y) a) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64)))) z (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64)))) (*.f64 z t) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64)))) #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) a)) #s(literal 9/2 binary64) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) a)) (/.f64 (*.f64 z t) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64))) (/.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 z a) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64)))) z (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64)))) (*.f64 z t) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64)))) #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 z a) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64)))) z (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64)))) (*.f64 z t) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64)))) #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 z a) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64)))) z (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64)))) (*.f64 z t) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64)))) #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 z a) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64)))) z (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64)))) (*.f64 z t) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64)))) #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 z a) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64)))) z (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64)))) (*.f64 z t) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64)))) #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 z a) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64)))) z (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 a #s(literal 2 binary64))) z))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) (fma.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64)))) (*.f64 z t) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 z t)))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (neg.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64)))) #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 z t) (*.f64 a #s(literal 2 binary64))) #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 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 z a) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 z a)))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 z #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -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 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 729 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 729 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 a (*.f64 a a))) #s(literal 8 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 a (*.f64 a a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) (+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 (/.f64 a z) t)) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -9/2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (/.f64 a z) t))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (/.f64 (/.f64 a 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 (/.f64 a z) t) #s(literal -2/9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))))) |
(/.f64 (+.f64 (*.f64 (*.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 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 (/.f64 (/.f64 a 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)) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) #s(literal -2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.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 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) #s(literal -9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))))) |
(/.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 2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) #s(literal 4 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))))) #s(literal -4 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64))))) #s(literal 4 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.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 2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #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 z (*.f64 t #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 z) t)) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -9/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (/.f64 a z) t))) |
(/.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 z (*.f64 t #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)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 (/.f64 a 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 (/.f64 a z) t) #s(literal -2/9 binary64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 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)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) (/.f64 #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)) (neg.f64 (*.f64 (/.f64 (/.f64 a 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)) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 (*.f64 z t) (/.f64 #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)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) 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 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 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)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.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 (*.f64 t #s(literal 9 binary64))) #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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 a z) t) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (/.f64 a z) t))) |
(/.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 z (*.f64 t #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) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a 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 (/.f64 a z) t) #s(literal -2/9 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 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 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 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 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) (*.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 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) (/.f64 #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) (neg.f64 (*.f64 (/.f64 (/.f64 a 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)) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) (/.f64 #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) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 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 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 z (*.f64 t #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 z) t)) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 (/.f64 a z) t))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) 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)) #s(literal 2 binary64)) (*.f64 a (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 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 (*.f64 t #s(literal 9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))) #s(literal 2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #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 z (*.f64 t #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 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #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 #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 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 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))) #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 z (*.f64 t #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 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 z (*.f64 t #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 #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 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 #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.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 z (*.f64 t #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 #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 z (*.f64 t #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 z (*.f64 t #s(literal 9 binary64))) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 a (*.f64 a a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 (neg.f64 (*.f64 t #s(literal 9 binary64))) z) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (neg.f64 (neg.f64 (*.f64 z #s(literal -9 binary64)))) t (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (neg.f64 (neg.f64 t)) (*.f64 z #s(literal -9 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (neg.f64 t) (neg.f64 (*.f64 z #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (neg.f64 (*.f64 z #s(literal -9 binary64))) (neg.f64 t) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (fma.f64 x y (neg.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t))) (fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t (*.f64 (*.f64 z #s(literal 9 binary64)) t))) |
(+.f64 (fma.f64 x y (neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z (neg.f64 t))))) (fma.f64 #s(literal 9 binary64) (*.f64 z (neg.f64 t)) (*.f64 #s(literal -9 binary64) (*.f64 z (neg.f64 t))))) |
(+.f64 (fma.f64 x y (neg.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -1 binary64)))) (fma.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal -1 binary64) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 x y (neg.f64 (*.f64 t (*.f64 #s(literal 9 binary64) z)))) (fma.f64 (neg.f64 t) (*.f64 #s(literal 9 binary64) z) (*.f64 t (*.f64 #s(literal 9 binary64) z)))) |
(+.f64 (fma.f64 y x (neg.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t))) (fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t (*.f64 (*.f64 z #s(literal 9 binary64)) t))) |
(+.f64 (fma.f64 y x (neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z (neg.f64 t))))) (fma.f64 #s(literal 9 binary64) (*.f64 z (neg.f64 t)) (*.f64 #s(literal -9 binary64) (*.f64 z (neg.f64 t))))) |
(+.f64 (fma.f64 y x (neg.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -1 binary64)))) (fma.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal -1 binary64) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 y x (neg.f64 (*.f64 t (*.f64 #s(literal 9 binary64) z)))) (fma.f64 (neg.f64 t) (*.f64 #s(literal 9 binary64) z) (*.f64 t (*.f64 #s(literal 9 binary64) z)))) |
(-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 729 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(-.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 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (/.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 x y (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(fma.f64 z (neg.f64 (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 #s(literal 9 binary64) (*.f64 z (neg.f64 t)) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(fma.f64 (*.f64 z (neg.f64 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 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.f64 (neg.f64 (*.f64 t #s(literal 9 binary64))) z) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 (-.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (-.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 (neg.f64 (*.f64 t #s(literal 9 binary64))) z) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (-.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (neg.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (neg.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.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 (*.f64 z t) (*.f64 z t)) #s(literal 81 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)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.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)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (neg.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 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (neg.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (neg.f64 (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (-.f64 (*.f64 y (*.f64 x (*.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 z (*.f64 t #s(literal 9 binary64)))))) |
(*.f64 x y) |
(*.f64 y x) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal -9 binary64)))) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (neg.f64 t)) |
(*.f64 (*.f64 z (neg.f64 t)) #s(literal -9 binary64)) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 (neg.f64 (*.f64 z #s(literal -9 binary64))) t) |
(*.f64 (neg.f64 t) (*.f64 z #s(literal -9 binary64))) |
(*.f64 (*.f64 #s(literal 9 binary64) z) t) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 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 t) (/.f64 #s(literal -9 binary64) a))) #s(literal -2 binary64)) |
(/.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 (/.f64 a z) t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal -2 binary64)) a) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) 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 (*.f64 t #s(literal 9 binary64))) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))) #s(literal -1 binary64)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z 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 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (*.f64 t (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 t (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.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 (/.f64 a z) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) t) |
(*.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 z #s(literal -9 binary64)) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9 binary64)) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z #s(literal -9 binary64))) #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 z #s(literal -9 binary64))) #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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a z) t)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 z (neg.f64 t)) a)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (*.f64 z (neg.f64 t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a z) t) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a z) t)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) z) t)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a z) t))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a z) t) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 z (neg.f64 t))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) t))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 z (neg.f64 t)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 z t) a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a z) t) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a 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 (neg.f64 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 (/.f64 #s(literal 1 binary64) z) t) #s(literal -1 binary64))) |
(*.f64 (/.f64 z a) t) |
(*.f64 (/.f64 z a) (pow.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 z (neg.f64 t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (neg.f64 t))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) t) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (neg.f64 t))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 z t) |
(*.f64 t z) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64))))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 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 t) (/.f64 #s(literal -9 binary64) a))) #s(literal -2 binary64)) |
(/.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 (/.f64 a z) t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal -2 binary64)) a) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (neg.f64 t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 t a) (*.f64 z #s(literal -9 binary64)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (neg.f64 t)) #s(literal -9/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) 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 (*.f64 t #s(literal 9 binary64))) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal -2/9 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))) #s(literal -1 binary64)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z 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 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 9 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (*.f64 t (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 t (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a))) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.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 (/.f64 a z) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) a)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) t) |
(*.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 z #s(literal -9 binary64)) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9 binary64)) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z #s(literal -9 binary64))) #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 z #s(literal -9 binary64))) #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 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(*.f64 z (neg.f64 (*.f64 t #s(literal 9 binary64)))) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 #s(literal 9 binary64) (*.f64 z (neg.f64 t))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
(*.f64 (*.f64 z (neg.f64 t)) #s(literal 9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 z #s(literal -9 binary64)) |
(*.f64 #s(literal -9 binary64) z) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(+.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 a y)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 a y))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 a y))) (/.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 a y)))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 y a)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 (/.f64 y a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 (/.f64 y a) (*.f64 x #s(literal 1/2 binary64)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (/.f64 t (/.f64 y z)) (*.f64 #s(literal -9/2 binary64) (/.f64 y a)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 y a) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 y a) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (*.f64 t #s(literal -9/2 binary64)) (*.f64 (/.f64 z y) (/.f64 y a)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) x (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (*.f64 (/.f64 y a) #s(literal -9/2 binary64)) (/.f64 t (/.f64 y z)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 (*.f64 (/.f64 y a) (/.f64 t (/.f64 y z))) #s(literal -9/2 binary64) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(fma.f64 (*.f64 (/.f64 y a) (*.f64 t #s(literal -9/2 binary64))) (/.f64 z y) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (*.f64 a (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(/.f64 (*.f64 y (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (*.f64 (/.f64 a y) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 (/.f64 a y) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) y) (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 binary64) y)) (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (/.f64 a y))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) y) (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) y)) (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)))) (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 a (*.f64 a a))) #s(literal 1/8 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) (*.f64 (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a))) (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 a y))) |
(/.f64 (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))) |
(/.f64 (*.f64 (/.f64 y a) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 a y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 a y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 y a)) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 y a)) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) a) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 a (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (*.f64 a (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (*.f64 a (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 a (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 a (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) (/.f64 a y)) (*.f64 a (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) a) (*.f64 a (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) a) (*.f64 a (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) (/.f64 a y)) (*.f64 a (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) y) (/.f64 a y)) (*.f64 a (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a y) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 (/.f64 a y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) a) (*.f64 (/.f64 a y) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) a) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) a) (*.f64 (/.f64 a y) (*.f64 y (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) a) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) y))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 a (*.f64 x #s(literal 1/2 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 a (*.f64 y (*.f64 x #s(literal 1/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 a (*.f64 (*.f64 x #s(literal 1/2 binary64)) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 a (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 a y)) (*.f64 a (*.f64 x #s(literal 1/2 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) a) (*.f64 a (*.f64 y (*.f64 x #s(literal 1/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) a) (*.f64 a (*.f64 (*.f64 x #s(literal 1/2 binary64)) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 a y)) (*.f64 a (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 a y)) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x #s(literal 1/2 binary64)) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a y) (*.f64 y (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) y))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x #s(literal 1/2 binary64)) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 (/.f64 a y) (*.f64 y (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) y))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a y) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (*.f64 a (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))) (neg.f64 (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (*.f64 (/.f64 a y) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (*.f64 (/.f64 a y) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) y)) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (/.f64 a y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) y)) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 a y)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)))) (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 a (*.f64 a a))) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)) (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) (*.f64 (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a) (/.f64 (*.f64 y (*.f64 x #s(literal 1/2 binary64))) a)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 a y)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) #s(literal 1 binary64))) (neg.f64 (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))))) (neg.f64 (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 y a))) (neg.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 y a))) (neg.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(pow.f64 (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 y (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) a)) |
(*.f64 (/.f64 y a) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) (/.f64 y a)) |
(*.f64 (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a y)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) 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) (/.f64 (/.f64 a y) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a y) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 y #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a y) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) |
(-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) |
(fma.f64 x #s(literal 1/2 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) |
(fma.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 z y) (*.f64 t #s(literal -9/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 t (/.f64 y z)) #s(literal -9/2 binary64) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) x (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) |
(fma.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z y) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) y) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z y)) t (*.f64 x #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (/.f64 t (/.f64 y z)) (*.f64 #s(literal -9/2 binary64) (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (/.f64 t (/.f64 y z)) (*.f64 #s(literal -9/2 binary64) (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z))))) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))) (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))))) (neg.f64 (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 t (/.f64 y z)) (/.f64 t (/.f64 y z)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) y) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 y z)) |
(/.f64 (neg.f64 (*.f64 t #s(literal -9/2 binary64))) (neg.f64 (/.f64 y z))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 y z))) |
(*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 y z))) |
(*.f64 (/.f64 z y) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 t (/.f64 y z)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z y)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z y)) t) |
(+.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2/9 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (/.f64 (/.f64 x (/.f64 a y)) #s(literal 2/9 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) (fma.f64 (neg.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) #s(literal 2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 #s(literal 8 binary64) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 #s(literal 4 binary64) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) (/.f64 #s(literal 8 binary64) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (+.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (/.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (+.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) |
(fma.f64 (/.f64 x (/.f64 a y)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2/9 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (/.f64 (/.f64 x (/.f64 a y)) #s(literal 2/9 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 1/9 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) |
(/.f64 (+.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64))) (neg.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (+.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) #s(literal 2/9 binary64)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 (/.f64 a z) t)) #s(literal 2/9 binary64)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) |
(/.f64 (-.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal -2 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2/9 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2/9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 2/9 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))))) (*.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2/9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) #s(literal -2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) #s(literal 2/9 binary64)) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))))) (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) a) #s(literal 2/9 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) #s(literal -2 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2/9 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))))) (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)) #s(literal 2/9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2 binary64)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2 binary64)) #s(literal 2/9 binary64)) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2/9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) #s(literal 4 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) #s(literal -4 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 2/9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))))) #s(literal 4/9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) #s(literal 4/9 binary64)) (*.f64 #s(literal 2/9 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) #s(literal -4/9 binary64)) (*.f64 #s(literal 2/9 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 2/9 binary64)) (*.f64 #s(literal 2/9 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64))) #s(literal 2/9 binary64)) (*.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) #s(literal 2 binary64)) (*.f64 #s(literal 2/9 binary64) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) #s(literal 4/9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) #s(literal 2/9 binary64)) (*.f64 #s(literal 2/9 binary64) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))))) #s(literal 4/81 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) (neg.f64 (*.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64)))) (neg.f64 (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)))) (neg.f64 (neg.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) (neg.f64 (+.f64 (/.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)))) (neg.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)))) #s(literal -2/9 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 (/.f64 a z) t))) #s(literal -2/9 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)) #s(literal 2/9 binary64))) (neg.f64 (/.f64 (/.f64 a z) t))) |
(pow.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64))) |
(*.f64 (+.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal -2/9 binary64)))) |
(*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) |
(*.f64 (*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/4 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) (pow.f64 (/.f64 #s(literal 2/9 binary64) (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 a #s(literal 2/9 binary64))) (*.f64 z t)) |
(*.f64 (pow.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2/9 binary64))) (*.f64 z t)) |
(/.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) #s(literal 2 binary64)) (*.f64 z t)) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2/9 binary64)))) (*.f64 z (neg.f64 t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) #s(literal 2 binary64))) (*.f64 z (neg.f64 t))) |
(*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) |
(*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)) |
(*.f64 #s(literal 2/9 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t))) |
(*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 a z) t)) #s(literal 2/9 binary64)) |
(*.f64 #s(literal 4/9 binary64) (/.f64 (/.f64 a z) t)) |
(+.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)) |
(+.f64 #s(literal -2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) |
(-.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal 2 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) (/.f64 #s(literal 8 binary64) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))) (/.f64 #s(literal 4 binary64) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))))) (/.f64 #s(literal 8 binary64) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)))))) |
(fma.f64 x (*.f64 (/.f64 y a) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal -2 binary64)) |
(fma.f64 (*.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal -2 binary64)) |
(fma.f64 (*.f64 x y) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) a) #s(literal -2 binary64)) |
(fma.f64 (/.f64 x (/.f64 a y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal -2 binary64)) |
(fma.f64 (/.f64 (/.f64 a z) t) (*.f64 #s(literal 2/9 binary64) (/.f64 x (/.f64 a y))) #s(literal -2 binary64)) |
(fma.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) #s(literal -2 binary64)) |
(fma.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 x (/.f64 a y)) #s(literal -2 binary64)) |
(fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) #s(literal 2/9 binary64) #s(literal -2 binary64)) |
(fma.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) (/.f64 #s(literal 1 binary64) a) #s(literal -2 binary64)) |
(fma.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t) #s(literal -2 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) x) (/.f64 y a) #s(literal -2 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64))) (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64))) (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64))) (neg.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))) (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) #s(literal 8 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) #s(literal 4 binary64))) (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)))) #s(literal 8/729 binary64)) #s(literal -8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 (/.f64 a z) t) #s(literal 4/9 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) #s(literal 4/81 binary64)) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y)))))) |
(/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t))))) |
(/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2/9 binary64))) (*.f64 a (*.f64 z t))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z t))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2/9 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 z t))) |
(/.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) a)) |
(/.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) (/.f64 a (*.f64 x y)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal 2/9 binary64))) (*.f64 z t)) |
(/.f64 (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) (/.f64 x (/.f64 a y))) (*.f64 z t)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2/9 binary64)))) (neg.f64 (*.f64 a (*.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2/9 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2/9 binary64)))) (neg.f64 (*.f64 (/.f64 a (*.f64 x y)) (*.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) (*.f64 x y))) (neg.f64 (*.f64 (*.f64 z t) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (neg.f64 (*.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 z t) (/.f64 a (*.f64 x y))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal 2/9 binary64)))) (*.f64 z (neg.f64 t))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 1 binary64))) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) (/.f64 x (/.f64 a y)))) (*.f64 z (neg.f64 t))) |
(pow.f64 (/.f64 a (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 y a) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(*.f64 (*.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(*.f64 (*.f64 x y) (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) a)) |
(*.f64 (/.f64 x (/.f64 a y)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) |
(*.f64 (/.f64 (/.f64 a z) t) (*.f64 #s(literal 2/9 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a))) |
(*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 x (/.f64 a y))) |
(*.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) #s(literal 2/9 binary64)) |
(*.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal 2/9 binary64)) (/.f64 (/.f64 a z) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) x) (/.f64 y a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 t (/.f64 y z)) |
(/.f64 (*.f64 z t) y) |
(/.f64 (*.f64 z (neg.f64 t)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 z (neg.f64 t))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 t) (neg.f64 (/.f64 y z))) |
(/.f64 (*.f64 t #s(literal 1 binary64)) (/.f64 y z)) |
(/.f64 (*.f64 #s(literal 1 binary64) t) (/.f64 y z)) |
(/.f64 (neg.f64 (*.f64 t #s(literal 1 binary64))) (neg.f64 (/.f64 y z))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) t)) (neg.f64 (/.f64 y z))) |
(pow.f64 (/.f64 y (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) t)) |
(*.f64 z (/.f64 t y)) |
(*.f64 t (/.f64 z y)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 z y) t) |
(*.f64 x #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 z t) a)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 z (neg.f64 t))) (/.f64 a (*.f64 z (neg.f64 t)))) |
(neg.f64 (/.f64 a (*.f64 z (neg.f64 t)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z t))) |
(/.f64 a (*.f64 z t)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (neg.f64 t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z t) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 t (/.f64 a z))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 z t) a)))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) t) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 a z) t) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 z t) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 z t) a) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 t (/.f64 a z)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 z (neg.f64 t)))) |
(/.f64 (neg.f64 (/.f64 a z)) (neg.f64 t)) |
(/.f64 (/.f64 a t) z) |
(/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 z a)) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 z t)) |
(/.f64 (neg.f64 (/.f64 a t)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (*.f64 z (neg.f64 t))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) t)) (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 a z))) (neg.f64 (neg.f64 t))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) t)) (neg.f64 (/.f64 z a))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (*.f64 z (neg.f64 t))) |
(pow.f64 (/.f64 (*.f64 z t) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a z) t) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 z t) a) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 t (/.f64 a z)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) z) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z (neg.f64 t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a z) t)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) t) a) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) t) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 t a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (neg.f64 t))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (neg.f64 t))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 a z)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) z) t)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z (neg.f64 t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 x y))) #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))) |
(neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a)) |
(/.f64 x (/.f64 a y)) |
(/.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 (neg.f64 (/.f64 a (*.f64 x y))))) |
(/.f64 (neg.f64 x) (neg.f64 (/.f64 a y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)))) |
(/.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))) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 a y)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 x #s(literal 1 binary64))) (neg.f64 (/.f64 a y))) |
(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 y a) x) |
(*.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 x (/.f64 a y))) |
(*.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))) |
| 1× | egg-herbie |
| 5122× | *-lowering-*.f32 |
| 5122× | *-lowering-*.f64 |
| 2240× | /-lowering-/.f32 |
| 2240× | /-lowering-/.f64 |
| 2052× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 193 | 6696 |
| 1 | 658 | 6669 |
| 2 | 2219 | 6669 |
| 3 | 5417 | 6666 |
| 0 | 8245 | 6666 |
| 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 (/ (- (* 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)))) |
(* 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)) |
(* -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)) |
(+ (* -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)))))) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) 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) 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))))) |
(* -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)))))) |
(/ 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) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -9/2 (/ (* t z) y)) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* 1/2 x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) 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))) |
(* 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)))))) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) 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 (+ (* -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))))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
(* 4/9 (/ a (* t z))) |
-2 |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(* 2/9 (/ (* x y) (* t z))) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(* 2/9 (/ (* x y) (* t z))) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
-2 |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(* 2/9 (/ (* x y) (* t z))) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(* 2/9 (/ (* x y) (* t z))) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(* 2/9 (/ (* x y) (* t z))) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
-2 |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
-2 |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(* 2/9 (/ (* x y) (* t z))) |
(/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t) |
(/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t) |
(/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t) |
-2 |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
-2 |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(* 2/9 (/ (* x y) (* t z))) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(/ 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)) |
(/ (* 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) |
| 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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 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 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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)) |
(+ (* -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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t 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 #s(literal -9/2 binary64) (/.f64 t 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 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -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 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -1 (* 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 (*.f64 x y) a)) z))) |
(* -1 (* 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 (*.f64 x y) a)) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) 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) (/.f64 (*.f64 x y) a)) 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) (/.f64 (*.f64 x y) a)) t))) |
(* -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 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* -1 (* 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) (/.f64 (*.f64 x y) a)) t))) |
(* -1 (* 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) (/.f64 (*.f64 x y) a)) t))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 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 x (+.f64 y (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) x))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) x))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) x))) |
(* -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 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 (+.f64 x (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) y)))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) y)))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) y)))) |
(* 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 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #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 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) 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 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) 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 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t 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)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.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) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -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 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -9 z) |
(*.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)) |
(* -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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) 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) (/.f64 (*.f64 x y) a)) 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) (/.f64 (*.f64 x y) a)) t))) |
(* -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 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* -1 (* 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) (/.f64 (*.f64 x y) a)) t))) |
(* -1 (* 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) (/.f64 (*.f64 x y) a)) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t 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 #s(literal -9/2 binary64) (/.f64 t 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 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -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 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -1 (* 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 (*.f64 x y) a)) z))) |
(* -1 (* 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 (*.f64 x y) a)) z))) |
(* -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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 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 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.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) |
(/ y a) |
(/.f64 y a) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (*.f64 z (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (*.f64 z (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (*.f64 z (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(*.f64 t (+.f64 (*.f64 z (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(*.f64 t (+.f64 (*.f64 z (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(*.f64 t (+.f64 (*.f64 z (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 t (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 t (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 t (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 z (+.f64 (*.f64 t (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 z (+.f64 (*.f64 t (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 z (+.f64 (*.f64 t (/.f64 #s(literal -9/2 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) x))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) x))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) x))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) y) x))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) y) x))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) y) x))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) |
(* -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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 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 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* -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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) 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 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 z (*.f64 t (+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)))))) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t 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 #s(literal -9/2 binary64) (/.f64 t 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 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -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 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -1 (* 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 (*.f64 x y) a)) z))) |
(* -1 (* 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 (*.f64 x y) a)) 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 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) 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 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) 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) (/.f64 (*.f64 x y) a)) 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) (/.f64 (*.f64 x y) a)) t))) |
(* -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 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* -1 (* 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) (/.f64 (*.f64 x y) a)) t))) |
(* -1 (* 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) (/.f64 (*.f64 x y) a)) t))) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
(* 4/9 (/ a (* t z))) |
(/.f64 (/.f64 (*.f64 a #s(literal 4/9 binary64)) t) z) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/.f64 (+.f64 (*.f64 z #s(literal -2 binary64)) (*.f64 (/.f64 (*.f64 x y) t) #s(literal 2/9 binary64))) z) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/.f64 (+.f64 (*.f64 z #s(literal -2 binary64)) (*.f64 (/.f64 (*.f64 x y) t) #s(literal 2/9 binary64))) z) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/.f64 (+.f64 (*.f64 z #s(literal -2 binary64)) (*.f64 (/.f64 (*.f64 x y) t) #s(literal 2/9 binary64))) z) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t) |
(/.f64 (+.f64 (*.f64 t #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) z)) t) |
(/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t) |
(/.f64 (+.f64 (*.f64 t #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) z)) t) |
(/ (+ (* -2 t) (* 2/9 (/ (* x y) z))) t) |
(/.f64 (+.f64 (*.f64 t #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) z)) t) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 #s(literal -2 binary64) (*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t))) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(* 2/9 (/ (* x y) (* t z))) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (/.f64 (*.f64 x y) z) t)) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ (* 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) |
Compiled 47727 to 3400 computations (92.9% saved)
13 alts after pruning (12 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2027 | 8 | 2035 |
| Fresh | 5 | 4 | 9 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 2036 | 13 | 2049 |
| Status | Accuracy | Program |
|---|---|---|
| 82.8% | (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) | |
| ▶ | 52.9% | (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
| 54.6% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) | |
| 91.3% | (/.f64 (*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 94.9% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 94.8% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) | |
| ▶ | 51.1% | (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
| 54.1% | (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) | |
| 82.0% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) y) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) | |
| ▶ | 51.5% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| 51.2% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) | |
| ✓ | 52.9% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ▶ | 50.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 380 to 279 computations (26.6% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 z t) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
| ✓ | cost-diff | 0 | (/.f64 a z) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 a z) t) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
| ✓ | cost-diff | 0 | (/.f64 z a) |
| ✓ | cost-diff | 0 | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ✓ | cost-diff | 0 | (/.f64 t a) |
| ✓ | cost-diff | 0 | (*.f64 z (/.f64 t a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ✓ | 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 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 384× | *-lowering-*.f32 |
| 384× | *-lowering-*.f64 |
| 204× | fma-define |
| 202× | associate-*l* |
| 168× | fma-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 122 |
| 1 | 54 | 122 |
| 2 | 106 | 122 |
| 3 | 178 | 122 |
| 4 | 301 | 122 |
| 5 | 411 | 122 |
| 6 | 514 | 122 |
| 7 | 599 | 122 |
| 0 | 599 | 122 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* z (* t -9))))) |
1/2 |
(/ a (+ (* x y) (* z (* t -9)))) |
a |
(+ (* x y) (* z (* t -9))) |
(* x y) |
x |
y |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
(* -9/2 (* z (/ t a))) |
-9/2 |
(* z (/ t a)) |
z |
(/ t a) |
t |
a |
(* (* t -9/2) (/ z a)) |
(* t -9/2) |
t |
-9/2 |
(/ z a) |
z |
a |
(/ -9/2 (/ (/ a z) t)) |
-9/2 |
(/ (/ a z) t) |
(/ a z) |
a |
z |
t |
(/ (* (* z t) -9/2) a) |
(* (* z t) -9/2) |
(* z t) |
z |
t |
-9/2 |
a |
| Outputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* z (* t -9))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (+ (* x y) (* z (* t -9)))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
a |
(+ (* x y) (* z (* t -9))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* z (* t -9)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
z |
(* t -9) |
(*.f64 t #s(literal -9 binary64)) |
t |
-9 |
#s(literal -9 binary64) |
(* -9/2 (* z (/ t a))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
-9/2 |
#s(literal -9/2 binary64) |
(* z (/ t a)) |
(/.f64 z (/.f64 a t)) |
z |
(/ t a) |
(/.f64 t a) |
t |
a |
(* (* t -9/2) (/ z a)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(* t -9/2) |
(*.f64 t #s(literal -9/2 binary64)) |
t |
-9/2 |
#s(literal -9/2 binary64) |
(/ z a) |
(/.f64 z a) |
z |
a |
(/ -9/2 (/ (/ a z) t)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
-9/2 |
#s(literal -9/2 binary64) |
(/ (/ a z) t) |
(/.f64 a (*.f64 z t)) |
(/ a z) |
(/.f64 a z) |
a |
z |
t |
(/ (* (* z t) -9/2) a) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(* (* z t) -9/2) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
(* z t) |
(*.f64 z t) |
z |
t |
-9/2 |
#s(literal -9/2 binary64) |
a |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 z t) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) |
| ✓ | accuracy | 93.7% | (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
| ✓ | accuracy | 100.0% | (/.f64 a z) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
| ✓ | accuracy | 92.6% | (/.f64 (/.f64 a z) t) |
| ✓ | accuracy | 100.0% | (/.f64 z a) |
| ✓ | accuracy | 100.0% | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | accuracy | 93.1% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ✓ | accuracy | 91.2% | (*.f64 z (/.f64 t a)) |
| ✓ | accuracy | 99.7% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 95.0% | (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| 103.0ms | 256× | 0 | valid |
Compiled 131 to 27 computations (79.4% saved)
ival-div: 39.0ms (63.9% of total)ival-mult: 20.0ms (32.8% of total)ival-add: 1.0ms (1.6% of total)const: 1.0ms (1.6% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 1/2 (/ a (+ (* x y) (* z (* t -9)))))> |
#<alt (/ a (+ (* x y) (* z (* t -9))))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* x y)> |
#<alt (* -9/2 (* z (/ t a)))> |
#<alt (* z (/ t a))> |
#<alt (/ t a)> |
#<alt (* (* t -9/2) (/ z a))> |
#<alt (* t -9/2)> |
#<alt (/ z a)> |
#<alt (/ -9/2 (/ (/ a z) t))> |
#<alt (/ (/ a z) t)> |
#<alt (/ a z)> |
#<alt (/ (* (* z t) -9/2) a)> |
#<alt (* (* z t) -9/2)> |
#<alt (* z t)> |
#<alt (* z (* t -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 (/ 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 (/ 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 (/ (* 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 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 (/ 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 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 (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a z)> |
#<alt (/ a 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 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* 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 (* 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))> |
141 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 32.0ms | z | @ | -inf | (* (* z t) -9/2) |
| 6.0ms | x | @ | -inf | (/ a (+ (* x y) (* z (* t -9)))) |
| 1.0ms | x | @ | 0 | (/ a (+ (* x y) (* z (* t -9)))) |
| 1.0ms | z | @ | inf | (/ a (+ (* x y) (* z (* t -9)))) |
| 1.0ms | t | @ | inf | (/ a (+ (* x y) (* z (* t -9)))) |
| 1× | batch-egg-rewrite |
| 4370× | *-lowering-*.f32 |
| 4370× | *-lowering-*.f64 |
| 2530× | /-lowering-/.f32 |
| 2530× | /-lowering-/.f64 |
| 1716× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 96 |
| 1 | 116 | 96 |
| 2 | 748 | 96 |
| 3 | 7003 | 96 |
| 0 | 8112 | 96 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* z (* t -9))))) |
(/ a (+ (* x y) (* z (* t -9)))) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
(* -9/2 (* z (/ t a))) |
(* z (/ t a)) |
(/ t a) |
(* (* t -9/2) (/ z a)) |
(* t -9/2) |
(/ z a) |
(/ -9/2 (/ (/ a z) t)) |
(/ (/ a z) t) |
(/ a z) |
(/ (* (* z t) -9/2) a) |
(* (* z t) -9/2) |
(* z t) |
(* z (* t -9)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal -1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.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 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.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 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.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 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.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 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.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 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))) #s(literal -1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.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/2 binary64) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 a (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.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/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) a) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y))))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(pow.f64 (/.f64 a (*.f64 #s(literal -1/2 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 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) a)) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.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)) a) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal -1 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) a) (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 x (*.f64 y (*.f64 x y))))))) |
(*.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) a) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(*.f64 (/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(+.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))))) |
(+.f64 (*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(+.f64 (*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 x (*.f64 y (*.f64 x y))))) |
(+.f64 (*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (*.f64 x y)) (*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))))) |
(+.f64 (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))))) |
(+.f64 (*.f64 (*.f64 x y) (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(neg.f64 (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(neg.f64 (/.f64 (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) a)) |
(/.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 x (*.f64 y (*.f64 x y)))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 x (*.f64 y (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (-.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(pow.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y))))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (neg.f64 (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(+.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.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 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(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 t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64)))) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64))) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (-.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 6561 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) |
(/.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal 1 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) #s(literal 1 binary64)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (-.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) #s(literal 531441 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 6561 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) |
(*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 x (*.f64 y (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(*.f64 (/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 x (*.f64 y (*.f64 x y))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (-.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 x y) |
(*.f64 y x) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.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 t (-.f64 #s(literal 0 binary64) a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(neg.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))))) |
(/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64)))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal -2/9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -2/9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 9/2 binary64))) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 #s(literal 9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) a) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a 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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64))))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -2/9 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.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 #s(literal 0 binary64) a)) (*.f64 #s(literal 9/2 binary64) z)) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 t (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 t (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) t) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) z))) (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(neg.f64 (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(/.f64 z (/.f64 a t)) |
(/.f64 t (/.f64 a z)) |
(/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal -1 binary64)) |
(/.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) |
(/.f64 (/.f64 t (/.f64 #s(literal 1 binary64) z)) a) |
(/.f64 (/.f64 t (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) a) |
(/.f64 (/.f64 (/.f64 t a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 z (/.f64 a t)) #s(literal 1 binary64)) |
(*.f64 z (/.f64 t a)) |
(*.f64 z (/.f64 (/.f64 t a) #s(literal 1 binary64))) |
(*.f64 t (/.f64 z a)) |
(*.f64 (/.f64 t a) z) |
(*.f64 (/.f64 z a) t) |
(*.f64 (/.f64 z a) (pow.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 z t) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal 1 binary64)) |
(*.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 (/.f64 #s(literal 1 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 z t) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (pow.f64 (/.f64 #s(literal -1 binary64) t) #s(literal -1 binary64))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 t (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (/.f64 z a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 t a) #s(literal 1 binary64)) z) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) z) |
(*.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) t) |
(*.f64 (/.f64 (/.f64 t a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a t)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(-.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 #s(literal 1 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a t))) |
(/.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 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a t) #s(literal -1 binary64)) |
(*.f64 t (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t a) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal -1 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 #s(literal -1 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.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 t (-.f64 #s(literal 0 binary64) a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(neg.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))))) |
(/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64)))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal -2/9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -2/9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 9/2 binary64))) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 #s(literal 9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) a) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a 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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64))))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -2/9 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.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 #s(literal 0 binary64) a)) (*.f64 #s(literal 9/2 binary64) z)) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 t (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 t (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) t) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 t #s(literal -9/2 binary64)) |
(*.f64 #s(literal -9/2 binary64) t) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) |
(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))) |
(neg.f64 (/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) |
(/.f64 z a) |
(/.f64 (/.f64 z a) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a z)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 z a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a z) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal 1 binary64) a)) |
(*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 z a) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(*.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 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) z) |
(*.f64 (pow.f64 (/.f64 a z) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a z) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) z) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.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 t (-.f64 #s(literal 0 binary64) a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(neg.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))))) |
(/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64)))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal -2/9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -2/9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 9/2 binary64))) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 #s(literal 9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) a) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a 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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64))))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -2/9 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.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 #s(literal 0 binary64) a)) (*.f64 #s(literal 9/2 binary64) z)) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 t (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 t (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) t) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (/.f64 a t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) t)) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(neg.f64 (/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal 1 binary64))) |
(/.f64 a (*.f64 z t)) |
(/.f64 a (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) t))) |
(/.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 a (*.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (/.f64 a z) t) |
(/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) |
(/.f64 (/.f64 a t) z) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 t a)) |
(/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 z a)) |
(/.f64 #s(literal -1 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) t) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal 1 binary64)) (/.f64 z a)) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 z (/.f64 a t)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(*.f64 a (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal 1 binary64))) |
(*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 a z) (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal 1 binary64))) |
(*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) z) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) t) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) (/.f64 (/.f64 #s(literal -1 binary64) t) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(*.f64 (/.f64 a t) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 a t)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 a z)) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) t) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(*.f64 (pow.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) z) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 (/.f64 #s(literal 1 binary64) t) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 z (/.f64 a t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 z (/.f64 a t)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal 1 binary64)) (/.f64 a z)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(exp.f64 (*.f64 (log.f64 (/.f64 z a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(neg.f64 (/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) #s(literal 1 binary64))) |
(/.f64 a z) |
(/.f64 (/.f64 a z) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 z a)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(pow.f64 (/.f64 z a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a z) #s(literal 1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) z)) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64))) |
(*.f64 (/.f64 a z) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) z) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 a z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) a) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 z a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 z a) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) z) #s(literal -1 binary64)) a) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.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 t (-.f64 #s(literal 0 binary64) a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(neg.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))))) |
(/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64)))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal -2/9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -2/9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 9/2 binary64))) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 #s(literal 9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) a) |
(/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a 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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 t (/.f64 a (*.f64 z #s(literal -9/2 binary64))))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -2/9 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.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 #s(literal 0 binary64) a)) (*.f64 #s(literal 9/2 binary64) z)) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 t (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 t (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) t) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal 1 binary64)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 z (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 z (neg.f64 (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 z t) #s(literal 1 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) z) |
(*.f64 (*.f64 z t) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) t) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -9/2 binary64)) |
(*.f64 z t) |
(*.f64 t z) |
(*.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 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
| 1× | egg-herbie |
| 6324× | *-lowering-*.f32 |
| 6324× | *-lowering-*.f64 |
| 3224× | /-lowering-/.f32 |
| 3224× | /-lowering-/.f64 |
| 1304× | times-frac |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 436 | 4808 |
| 1 | 1599 | 4764 |
| 2 | 6462 | 4748 |
| 0 | 8020 | 4748 |
| 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) |
(/ 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 (/ (* 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 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) |
(/ 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 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)) |
(/ 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) |
(* -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 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* 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) |
(* 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)) |
| 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 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) 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 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 y (/.f64 x 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 #s(literal 9/2 binary64) (/.f64 z 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 #s(literal 9/2 binary64) (/.f64 z 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 #s(literal 9/2 binary64) (/.f64 z 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 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) 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 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 y (/.f64 x 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 #s(literal 9/2 binary64) (/.f64 z 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 #s(literal 9/2 binary64) (/.f64 z 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 #s(literal 9/2 binary64) (/.f64 z a))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* 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 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x 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 y (/.f64 x 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 y (/.f64 x 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 y (/.f64 x 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 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* 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 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x 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 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) t))) |
(* -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 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) 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 #s(literal -1/81 binary64) (/.f64 (*.f64 a (*.f64 x (/.f64 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) a) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t (*.f64 z (*.f64 t (*.f64 z (*.f64 t z))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 t (*.f64 z (*.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 a (*.f64 y (*.f64 x (*.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) (*.f64 a (*.f64 y y))) (*.f64 t (*.f64 z (*.f64 t (*.f64 z (*.f64 t z)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 t (*.f64 z (*.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 #s(literal 81 binary64) (*.f64 a (*.f64 t (*.f64 z (*.f64 t z))))) (*.f64 y (*.f64 x (*.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 (*.f64 #s(literal 729 binary64) a) (*.f64 t (*.f64 z (*.f64 t (*.f64 z (*.f64 t z)))))) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 y #s(literal 4 binary64))))) (+.f64 (-.f64 (/.f64 a y) (/.f64 (*.f64 (*.f64 a (*.f64 t (*.f64 z (*.f64 t z)))) #s(literal -81 binary64)) (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) x))) 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 #s(literal 81 binary64) (*.f64 a (*.f64 t (*.f64 z (*.f64 t z))))) (*.f64 y (*.f64 x (*.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 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) a) (*.f64 t (*.f64 z (*.f64 t (*.f64 z (*.f64 t z)))))) (*.f64 x (pow.f64 y #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 t (*.f64 z (*.f64 t z)))) #s(literal -81 binary64)) (*.f64 y (*.f64 y y)))) x)) 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 #s(literal -1/81 binary64) (/.f64 (*.f64 a (*.f64 x (/.f64 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 y (*.f64 a (*.f64 x x)))) (*.f64 t (*.f64 z (*.f64 t (*.f64 z (*.f64 t z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 t (*.f64 z (*.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 y (*.f64 x x)))) (*.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 t (*.f64 z (*.f64 t z)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 t (*.f64 z (*.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 #s(literal 81 binary64) (/.f64 (/.f64 a (*.f64 x x)) x)) (/.f64 (*.f64 t (*.f64 z (*.f64 t z))) 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 (*.f64 #s(literal 729 binary64) a) (*.f64 t (*.f64 z (*.f64 t (*.f64 z (*.f64 t z)))))) (*.f64 (*.f64 y y) (*.f64 y (pow.f64 x #s(literal 4 binary64))))) (+.f64 (/.f64 a x) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 (*.f64 (*.f64 a (*.f64 t (*.f64 z (*.f64 t z)))) #s(literal -81 binary64)) (*.f64 (*.f64 y y) (*.f64 x (*.f64 x x))))))) 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 #s(literal 81 binary64) (/.f64 (/.f64 a (*.f64 x x)) x)) (/.f64 (*.f64 t (*.f64 z (*.f64 t z))) 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 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) a) (*.f64 t (*.f64 z (*.f64 t (*.f64 z (*.f64 t z)))))) (*.f64 y (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 t (*.f64 z (*.f64 t z)))) #s(literal -81 binary64)) (*.f64 x (*.f64 x x)))) y)) 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 #s(literal 81 binary64) (*.f64 z (*.f64 t (*.f64 t a)))) (*.f64 x (*.f64 x (*.f64 y (*.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 a (*.f64 t (*.f64 t 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 x (*.f64 y (*.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 a (*.f64 (/.f64 (/.f64 (*.f64 x (/.f64 y t)) t) 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 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 z (*.f64 t t)))) (*.f64 #s(literal -1/81 binary64) (/.f64 (*.f64 a (*.f64 x (/.f64 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 #s(literal -1/9 binary64) (/.f64 a t)) (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (*.f64 (*.f64 z z) (*.f64 z (pow.f64 t #s(literal 4 binary64))))) (*.f64 a (*.f64 (/.f64 (/.f64 (*.f64 x (/.f64 y t)) t) z) #s(literal -1/81 binary64)))) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 y y)) (*.f64 t (*.f64 t t))) (*.f64 z 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 (*.f64 #s(literal 1/81 binary64) a) x) y) (*.f64 z (*.f64 t t))) (*.f64 (/.f64 a t) #s(literal 1/9 binary64))) (-.f64 #s(literal 0 binary64) 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 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 z (*.f64 t t)))) (*.f64 #s(literal -1/81 binary64) (/.f64 (*.f64 a (*.f64 x (/.f64 y t))) t))) z)) (-.f64 #s(literal 0 binary64) 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 #s(literal -1/81 binary64) (/.f64 (*.f64 a (*.f64 x (/.f64 y t))) t)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 y y)) (*.f64 t (*.f64 t t)))) z)) z)) (-.f64 #s(literal 0 binary64) 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 a (*.f64 z (*.f64 t z)))) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.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) (*.f64 (*.f64 a (*.f64 z (*.f64 t 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 x (*.f64 y (*.f64 x (*.f64 y y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z 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 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 y (*.f64 x a))) (*.f64 z (*.f64 t 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 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 z (*.f64 z z))) t) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y (*.f64 x 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 a #s(literal -1/9 binary64)) z) (+.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 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 y y)) (*.f64 z (*.f64 t (*.f64 z (*.f64 t z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y (*.f64 x a))) (*.f64 z (*.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 (*.f64 (*.f64 #s(literal 1/81 binary64) a) x) y) (*.f64 z (*.f64 t z))) (*.f64 #s(literal 1/9 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) 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 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 z (*.f64 z z))) t) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y (*.f64 x a))) (*.f64 z z))) t)) (-.f64 #s(literal 0 binary64) 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 (*.f64 #s(literal -1/81 binary64) (*.f64 y (*.f64 x a))) (*.f64 z z)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 y y)) (*.f64 z (*.f64 z z)))) t)) t)) (-.f64 #s(literal 0 binary64) 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 #s(literal -9 binary64) (/.f64 (*.f64 t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) x)))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) x)) y))) |
(* -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 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) y)) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) y)) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) 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 z (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) 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))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) (-.f64 #s(literal 0 binary64) 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) |
(/ 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 (/ (* 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)) |
(* -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)) |
(/ 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 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)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a (* t z)) |
(/.f64 a (*.f64 t z)) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(/ a z) |
(/.f64 a z) |
(* -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)) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* -9/2 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(* 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 (* 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)) |
Compiled 25031 to 2182 computations (91.3% saved)
14 alts after pruning (8 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1585 | 1 | 1586 |
| Fresh | 0 | 7 | 7 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1585 | 14 | 1599 |
| Status | Accuracy | Program |
|---|---|---|
| 82.8% | (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) | |
| ✓ | 52.9% | (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
| 54.6% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 91.3% | (/.f64 (*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 94.9% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| ▶ | 54.6% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ▶ | 94.8% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
| ✓ | 51.1% | (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
| 54.1% | (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) | |
| ▶ | 82.0% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) y) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | 51.5% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ▶ | 51.2% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | 52.9% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | 50.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 338 to 248 computations (26.6% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) a) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) a) y) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) y) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x y) t) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64))) |
| ✓ | cost-diff | 128 | (*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) (*.f64 a #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 x a) |
| ✓ | cost-diff | 0 | (*.f64 y (/.f64 x a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
| 4642× | *-lowering-*.f32 |
| 4642× | *-lowering-*.f64 |
| 3008× | /-lowering-/.f32 |
| 3008× | /-lowering-/.f64 |
| 2214× | fma-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 206 |
| 1 | 102 | 200 |
| 2 | 272 | 200 |
| 3 | 867 | 198 |
| 4 | 2353 | 198 |
| 5 | 3186 | 198 |
| 6 | 3976 | 198 |
| 7 | 4652 | 198 |
| 8 | 5322 | 198 |
| 9 | 5547 | 198 |
| 10 | 5979 | 198 |
| 11 | 6485 | 198 |
| 0 | 8120 | 198 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (* (/ 1 (+ (* x y) (* z (* t -9)))) a)) |
1/2 |
(* (/ 1 (+ (* x y) (* z (* t -9)))) a) |
(/ 1 (+ (* x y) (* z (* t -9)))) |
1 |
(+ (* x y) (* z (* t -9))) |
(* x y) |
x |
y |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
a |
(* 1/2 (* y (/ x a))) |
1/2 |
(* y (/ x a)) |
y |
(/ x a) |
x |
a |
(/ 1/2 (/ a (* x y))) |
1/2 |
(/ a (* x y)) |
a |
(* x y) |
x |
y |
(/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
(* t (+ (/ (* x y) t) (* z -9))) |
t |
(+ (/ (* x y) t) (* z -9)) |
(/ (* x y) t) |
(* x y) |
x |
y |
(* z -9) |
z |
-9 |
(* a 2) |
a |
2 |
(* (* (/ 1 a) y) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
(* (/ 1 a) y) |
(/ 1 a) |
1 |
a |
y |
(+ (* -9/2 (* t (/ z y))) (* 1/2 x)) |
(* -9/2 (* t (/ z y))) |
-9/2 |
(* t (/ z y)) |
t |
(/ z y) |
z |
(* 1/2 x) |
1/2 |
x |
| Outputs |
|---|
(/ 1/2 (* (/ 1 (+ (* x y) (* z (* t -9)))) a)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
1/2 |
#s(literal 1/2 binary64) |
(* (/ 1 (+ (* x y) (* z (* t -9)))) a) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ 1 (+ (* x y) (* z (* t -9)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
1 |
#s(literal 1 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 |
(* 1/2 (* y (/ x a))) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) |
1/2 |
#s(literal 1/2 binary64) |
(* y (/ x a)) |
(/.f64 (*.f64 x y) a) |
y |
(/ x a) |
(/.f64 x a) |
x |
a |
(/ 1/2 (/ a (* x y))) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
a |
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(* t (+ (/ (* x y) t) (* z -9))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
t |
(+ (/ (* x y) t) (* z -9)) |
(+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64))) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(* x y) |
(*.f64 x y) |
x |
y |
(* z -9) |
(*.f64 z #s(literal -9 binary64)) |
z |
-9 |
#s(literal -9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(* (* (/ 1 a) y) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(* (/ 1 a) y) |
(/.f64 y a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
a |
y |
(+ (* -9/2 (* t (/ z y))) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (* t (/ z y))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) |
-9/2 |
#s(literal -9/2 binary64) |
(* t (/ z y)) |
(/.f64 z (/.f64 y t)) |
t |
(/ z y) |
(/.f64 z y) |
z |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
1/2 |
#s(literal 1/2 binary64) |
x |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal 1 binary64) a) y) |
| ✓ | accuracy | 93.1% | (*.f64 t (/.f64 z y)) |
| ✓ | accuracy | 85.9% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) y) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64))) |
| ✓ | accuracy | 95.0% | (/.f64 (*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 94.6% | (*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
| ✓ | accuracy | 94.3% | (/.f64 (*.f64 x y) t) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ✓ | accuracy | 95.0% | (/.f64 a (*.f64 x y)) |
| ✓ | accuracy | 100.0% | (/.f64 x a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | accuracy | 90.3% | (*.f64 y (/.f64 x a)) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 99.3% | (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| ✓ | accuracy | 95.5% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
| 122.0ms | 252× | 0 | valid |
| 3.0ms | 2× | 1 | valid |
| 1.0ms | 1× | 3 | valid |
| 1.0ms | 1× | 2 | valid |
Compiled 229 to 37 computations (83.8% saved)
ival-mult: 26.0ms (56.5% of total)ival-div: 15.0ms (32.6% of total)ival-add: 4.0ms (8.7% of total)const: 1.0ms (2.2% of total)backward-pass: 1.0ms (2.2% of total)| Inputs |
|---|
#<alt (/ 1/2 (* (/ 1 (+ (* x y) (* z (* t -9)))) a))> |
#<alt (* (/ 1 (+ (* x y) (* z (* t -9)))) a)> |
#<alt (/ 1 (+ (* x y) (* z (* t -9))))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* 1/2 (* y (/ x a)))> |
#<alt (* y (/ x a))> |
#<alt (/ x a)> |
#<alt (/ 1/2 (/ a (* x y)))> |
#<alt (/ a (* x y))> |
#<alt (* x y)> |
#<alt (/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2))> |
#<alt (* t (+ (/ (* x y) t) (* z -9)))> |
#<alt (+ (/ (* x y) t) (* z -9))> |
#<alt (/ (* x y) t)> |
#<alt (* (* (/ 1 a) y) (+ (* -9/2 (* t (/ z y))) (* 1/2 x)))> |
#<alt (* (/ 1 a) y)> |
#<alt (/ 1 a)> |
#<alt (+ (* -9/2 (* t (/ z y))) (* 1/2 x))> |
#<alt (* t (/ z y))> |
#<alt (* -9/2 (* t (/ z y)))> |
| 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 (* -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 (/ 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 (* t z))> |
#<alt (- (* -1/81 (/ (* x y) (* (pow t 2) (pow z 2)))) (* 1/9 (/ 1 (* t z))))> |
#<alt (- (* x (- (* -1/729 (/ (* x (pow y 2)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ y (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z))))> |
#<alt (- (* x (- (* x (- (* -1/6561 (/ (* x (pow y 3)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (pow y 2) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ y (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z))))> |
#<alt (/ 1 (* x y))> |
#<alt (/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)> |
#<alt (/ (- (+ (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (pow y 3)))) (/ 1 y)) (* -9 (/ (* t z) (* x (pow y 2))))) x)> |
#<alt (/ (- (+ (* 729 (/ (* (pow t 3) (pow z 3)) (* (pow x 3) (pow y 4)))) (/ 1 y)) (+ (* -81 (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (pow y 3)))) (* -9 (/ (* t z) (* x (pow y 2)))))) x)> |
#<alt (/ 1 (* x y))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* 81 (/ (* (pow t 2) (pow z 2)) (* x (pow y 3)))) (* -9 (/ (* t z) (pow y 2)))) x)) (/ 1 y)) x))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* (pow t 3) (pow z 3)) (* x (pow y 4)))) (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 3)))) x)) (* -9 (/ (* t z) (pow y 2)))) x)) (/ 1 y)) x))> |
#<alt (/ -1/9 (* t z))> |
#<alt (- (* -1/81 (/ (* x y) (* (pow t 2) (pow z 2)))) (* 1/9 (/ 1 (* t z))))> |
#<alt (- (* y (- (* -1/729 (/ (* (pow x 2) y) (* (pow t 3) (pow z 3)))) (* 1/81 (/ x (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z))))> |
#<alt (- (* y (- (* y (- (* -1/6561 (/ (* (pow x 3) y) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (pow x 2) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ x (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z))))> |
#<alt (/ 1 (* x y))> |
#<alt (/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)> |
#<alt (/ (- (+ (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) (pow y 2)))) (/ 1 x)) (* -9 (/ (* t z) (* (pow x 2) y)))) y)> |
#<alt (/ (- (+ (* 729 (/ (* (pow t 3) (pow z 3)) (* (pow x 4) (pow y 3)))) (/ 1 x)) (+ (* -81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) (pow y 2)))) (* -9 (/ (* t z) (* (pow x 2) y))))) y)> |
#<alt (/ 1 (* x y))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) y))) (* -9 (/ (* t z) (pow x 2)))) y)) (/ 1 x)) y))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* (pow t 3) (pow z 3)) (* (pow x 4) y))) (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 3)))) y)) (* -9 (/ (* t z) (pow x 2)))) y)) (/ 1 x)) y))> |
#<alt (/ 1 (* x y))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (+ (* z (- (* 81 (/ (* (pow t 2) z) (* (pow x 3) (pow y 3)))) (* -9 (/ t (* (pow x 2) (pow y 2)))))) (/ 1 (* x y)))> |
#<alt (+ (* z (- (* z (- (* 729 (/ (* (pow t 3) z) (* (pow x 4) (pow y 4)))) (* -81 (/ (pow t 2) (* (pow x 3) (pow y 3)))))) (* -9 (/ t (* (pow x 2) (pow y 2)))))) (/ 1 (* x y)))> |
#<alt (/ -1/9 (* t z))> |
#<alt (/ (- (* -1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))) z)> |
#<alt (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) (pow z 2)))) (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t)))) z)> |
#<alt (/ (- (* -1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 4) (pow z 3)))) (+ (* 1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) (pow z 2)))) (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))))) z)> |
#<alt (/ -1/9 (* t z))> |
#<alt (* -1 (/ (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) z))) (* 1/81 (/ (* x y) (pow t 2)))) z)) (* 1/9 (/ 1 t))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 4) z))) (* -1/729 (/ (* (pow x 2) (pow y 2)) (pow t 3)))) z)) (* 1/81 (/ (* x y) (pow t 2)))) z)) (* 1/9 (/ 1 t))) z))> |
#<alt (/ 1 (* x y))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (+ (* t (- (* 81 (/ (* t (pow z 2)) (* (pow x 3) (pow y 3)))) (* -9 (/ z (* (pow x 2) (pow y 2)))))) (/ 1 (* x y)))> |
#<alt (+ (* t (- (* t (- (* 729 (/ (* t (pow z 3)) (* (pow x 4) (pow y 4)))) (* -81 (/ (pow z 2) (* (pow x 3) (pow y 3)))))) (* -9 (/ z (* (pow x 2) (pow y 2)))))) (/ 1 (* x y)))> |
#<alt (/ -1/9 (* t z))> |
#<alt (/ (- (* -1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))) t)> |
#<alt (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 2) (pow z 3)))) (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z)))) t)> |
#<alt (/ (- (* -1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 3) (pow z 4)))) (+ (* 1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 2) (pow z 3)))) (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))))) t)> |
#<alt (/ -1/9 (* t z))> |
#<alt (* -1 (/ (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* t (pow z 3)))) (* 1/81 (/ (* x y) (pow z 2)))) t)) (* 1/9 (/ 1 z))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* (pow x 3) (pow y 3)) (* t (pow z 4)))) (* -1/729 (/ (* (pow x 2) (pow y 2)) (pow z 3)))) t)) (* 1/81 (/ (* x y) (pow z 2)))) t)) (* 1/9 (/ 1 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 (* 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 (* 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 (+ (* -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 (* -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 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<alt (* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a))> |
#<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 (* -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 (* -9 z)> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (/ (* x y) t)> |
#<alt (* x (+ (* -9 (/ z x)) (/ y t)))> |
#<alt (* x (+ (* -9 (/ z x)) (/ y t)))> |
#<alt (* x (+ (* -9 (/ z x)) (/ y t)))> |
#<alt (/ (* x y) t)> |
#<alt (* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x)))))> |
#<alt (* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x)))))> |
#<alt (* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x)))))> |
#<alt (* -9 z)> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (/ (* x y) t)> |
#<alt (* y (+ (* -9 (/ z y)) (/ x t)))> |
#<alt (* y (+ (* -9 (/ z y)) (/ x t)))> |
#<alt (* y (+ (* -9 (/ z y)) (/ x t)))> |
#<alt (/ (* x y) t)> |
#<alt (* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y)))))> |
#<alt (* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y)))))> |
#<alt (* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y)))))> |
#<alt (/ (* x y) t)> |
#<alt (/ (+ (* -9 (* t z)) (* x y)) t)> |
#<alt (/ (+ (* -9 (* t z)) (* x y)) t)> |
#<alt (/ (+ (* -9 (* t z)) (* x y)) t)> |
#<alt (* -9 z)> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (* -9 z)> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (/ (* x y) t)> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (+ (* -9 z) (/ (* x y) t))> |
#<alt (* -9 z)> |
#<alt (* z (- (/ (* x y) (* t z)) 9))> |
#<alt (* z (- (/ (* x y) (* t z)) 9))> |
#<alt (* z (- (/ (* x y) (* t z)) 9))> |
#<alt (* -9 z)> |
#<alt (* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z))))))> |
#<alt (* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z))))))> |
#<alt (* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z))))))> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* x y) t)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) 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 (* 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 (+ (* -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) 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 (* -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 (/ 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 (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* 1/2 x)> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
204 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | a | @ | 0 | (/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
| 1.0ms | a | @ | inf | (/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
| 1.0ms | t | @ | -inf | (/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
| 1.0ms | z | @ | inf | (/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
| 1.0ms | y | @ | inf | (/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
| 1× | batch-egg-rewrite |
| 3934× | *-lowering-*.f32 |
| 3934× | *-lowering-*.f64 |
| 3812× | /-lowering-/.f32 |
| 3812× | /-lowering-/.f64 |
| 1246× | --lowering--.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 149 |
| 1 | 197 | 143 |
| 2 | 1559 | 143 |
| 0 | 8353 | 143 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (* (/ 1 (+ (* x y) (* z (* t -9)))) a)) |
(* (/ 1 (+ (* x y) (* z (* t -9)))) a) |
(/ 1 (+ (* x y) (* z (* t -9)))) |
(+ (* x y) (* z (* t -9))) |
(* 1/2 (* y (/ x a))) |
(* y (/ x a)) |
(/ x a) |
(/ 1/2 (/ a (* x y))) |
(/ a (* x y)) |
(* x y) |
(/ (* t (+ (/ (* x y) t) (* z -9))) (* a 2)) |
(* t (+ (/ (* x y) t) (* z -9))) |
(+ (/ (* x y) t) (* z -9)) |
(/ (* x y) t) |
(* (* (/ 1 a) y) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
(* (/ 1 a) y) |
(/ 1 a) |
(+ (* -9/2 (* t (/ z y))) (* 1/2 x)) |
(* t (/ z y)) |
(* -9/2 (* t (/ z y))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 t (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (/.f64 t a) (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) |
(/.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) a) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 t (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.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 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 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 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.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 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) |
(*.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 t a) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64))) |
(*.f64 (/.f64 t a) (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) t) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (/.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 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #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 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) a) (/.f64 t #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 2 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) a) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -1 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (*.f64 a #s(literal -1 binary64)) (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (*.f64 a #s(literal -1 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(pow.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 a (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (/.f64 a t) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (/.f64 a (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) (/.f64 a t)) |
(*.f64 (*.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (/.f64 a (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(-.f64 (/.f64 (*.f64 x y) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 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 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) |
(pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.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))))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(*.f64 (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) |
(fma.f64 x y (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 x (*.f64 (/.f64 y t) t) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 y x (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 (*.f64 x y) #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (/.f64 x (/.f64 t y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(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 x (/.f64 t y)) 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 t x) (/.f64 y t) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 (*.f64 t (*.f64 x y)) (/.f64 #s(literal 1 binary64) t) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(neg.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 #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 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))) (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y)))))) |
(/.f64 t (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))))) |
(/.f64 (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 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 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (*.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 (neg.f64 (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(/.f64 (neg.f64 (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 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 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 t (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.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 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) t) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64))))))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) |
(*.f64 (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(*.f64 (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(*.f64 (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(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 #s(literal 1 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x))) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 y (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 y (*.f64 (/.f64 x a) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) 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 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y a) (/.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.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 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 x a)) |
(*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.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 (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) x) |
(*.f64 (*.f64 (/.f64 y a) x) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) a) y) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 1 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) a) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 x y))) #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 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 x (/.f64 a y)) |
(/.f64 y (/.f64 a x)) |
(/.f64 (*.f64 x y) a) |
(/.f64 (/.f64 x (/.f64 a y)) #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 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(pow.f64 (/.f64 x (/.f64 a y)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 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 (/.f64 x (/.f64 a y)) #s(literal 1 binary64)) |
(*.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 y a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 x y)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(-.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))) |
(/.f64 #s(literal 1 binary64) (/.f64 a x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x #s(literal -1 binary64)))) |
(/.f64 x a) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1 binary64))) a) |
(pow.f64 (/.f64 a x) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x a)) |
(*.f64 x (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x a) #s(literal 1 binary64)) |
(*.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 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(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 #s(literal 1 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) y) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x))) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 y (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 y (*.f64 (/.f64 x a) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) 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 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y a) (/.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.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 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 x a)) |
(*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.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 (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) x) |
(*.f64 (*.f64 (/.f64 y a) x) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) a) y) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 1 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) a) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (/.f64 a y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(neg.f64 (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 a y))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 a (*.f64 x y)) |
(/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))) #s(literal -1 binary64)) |
(/.f64 (/.f64 a x) y) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 a y) x) |
(/.f64 (neg.f64 (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x))) y) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) (neg.f64 (/.f64 x a))) |
(pow.f64 (/.f64 x (/.f64 a y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(*.f64 (/.f64 a x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 a x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 y a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 a y) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 t (*.f64 x y)) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 t (*.f64 t (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 t (*.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 t (*.f64 (*.f64 x y) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t))) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 t (/.f64 t (*.f64 x y))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) (/.f64 t (*.f64 x y)))) |
(/.f64 (*.f64 t x) (/.f64 t y)) |
(/.f64 (*.f64 t (*.f64 x y)) t) |
(/.f64 (*.f64 t (*.f64 x (-.f64 #s(literal 0 binary64) y))) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (*.f64 (*.f64 x y) t) t) |
(/.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (neg.f64 (*.f64 t (*.f64 x y))) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (neg.f64 (*.f64 t (*.f64 x (-.f64 #s(literal 0 binary64) y)))) t) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) t)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t)) t) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 x y) |
(*.f64 x (*.f64 (/.f64 y t) t)) |
(*.f64 y x) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (*.f64 x y) (/.f64 t t)) |
(*.f64 t (/.f64 x (/.f64 t y))) |
(*.f64 (/.f64 x (/.f64 t y)) t) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 t (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
(*.f64 (*.f64 t x) (/.f64 y t)) |
(*.f64 (*.f64 t (*.f64 x y)) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (*.f64 t (*.f64 x (-.f64 #s(literal 0 binary64) y))) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (*.f64 (*.f64 x y) t) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t)) |
(*.f64 (/.f64 t t) (*.f64 x y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 t (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (/.f64 t a) (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) |
(/.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) a) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 t (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.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 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 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 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.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 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) |
(*.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 t a) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64))) |
(*.f64 (/.f64 t a) (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal 2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) t) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (/.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 t a) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #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 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 t #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) a) (/.f64 t #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 2 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) a) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.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 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) |
(fma.f64 x y (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 x (*.f64 (/.f64 y t) t) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 y x (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 (*.f64 x y) #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (/.f64 x (/.f64 t y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(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 x (/.f64 t y)) 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 t x) (/.f64 y t) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(fma.f64 (*.f64 t (*.f64 x y)) (/.f64 #s(literal 1 binary64) t) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(neg.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 #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 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))) (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y)))))) |
(/.f64 t (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))))) |
(/.f64 (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 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 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (*.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 (neg.f64 (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(/.f64 (neg.f64 (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 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 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(pow.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 t (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.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 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) t) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64))))) |
(*.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 t (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal -9 binary64))))))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) |
(*.f64 (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(*.f64 (*.f64 t (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) t) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(*.f64 (*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) t) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (-.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x y)))))) |
(+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))) |
(+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))))) |
(-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t)) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))) (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))) |
(fma.f64 x (/.f64 y t) (*.f64 z #s(literal -9 binary64))) |
(fma.f64 y (/.f64 x t) (*.f64 z #s(literal -9 binary64))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) t) (*.f64 z #s(literal -9 binary64))) |
(fma.f64 z #s(literal -9 binary64) (/.f64 x (/.f64 t y))) |
(fma.f64 #s(literal -9 binary64) z (/.f64 x (/.f64 t y))) |
(fma.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) t) (*.f64 z #s(literal -9 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 x y) (*.f64 z #s(literal -9 binary64))) |
(fma.f64 (/.f64 y t) x (*.f64 z #s(literal -9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (/.f64 t (*.f64 x y)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))) (-.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (/.f64 t (*.f64 x y))))) |
(/.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (/.f64 t (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t))) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (*.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))) (*.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)))) (neg.f64 (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) (*.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) (*.f64 (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))) (/.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)) (/.f64 t (*.f64 x y)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t)) (*.f64 (*.f64 z z) #s(literal 81 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 #s(literal 9 binary64) z))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) #s(literal 81 binary64)) (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 x (/.f64 t y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 t (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) t)) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t)) |
(neg.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 t (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 t (*.f64 x y))))) |
(/.f64 x (/.f64 t y)) |
(/.f64 (*.f64 x y) t) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t (*.f64 x y)))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) t)) |
(pow.f64 (/.f64 t (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 t y))) |
(*.f64 x (/.f64 y t)) |
(*.f64 y (/.f64 x t)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 x (/.f64 t y)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) t)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t (*.f64 x y))))) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y t) x) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) t)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) t)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y t)) |
(+.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(-.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (/.f64 (-.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a)) (/.f64 (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (-.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 y (*.f64 (/.f64 x a) #s(literal 1/2 binary64)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 x a) (*.f64 #s(literal 1/2 binary64) y) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 a y)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 z t) y) (/.f64 #s(literal -9/2 binary64) (/.f64 a y)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 y a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 a y))) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 (/.f64 z y) (/.f64 a y)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 x a) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) a) y (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 y a) #s(literal -9/2 binary64)) (/.f64 (*.f64 z t) y) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (/.f64 y a) (/.f64 y (*.f64 z t))) #s(literal -9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 y a) (*.f64 t #s(literal -9/2 binary64))) (/.f64 z y) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) x (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (*.f64 (/.f64 y a) x) #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) a) y (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) a) (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) a) (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (-.f64 (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a) (-.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))) (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (*.f64 y (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (/.f64 y a) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 a y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) (/.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 a y)))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a y)) |
(/.f64 (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) y) (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) y) (*.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (-.f64 (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) (/.f64 (-.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a)) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (*.f64 a (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))))) |
(/.f64 (*.f64 y (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 a (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))) |
(/.f64 (*.f64 (/.f64 y a) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (neg.f64 (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 a y)) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 a y)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) a) (*.f64 a (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) (*.f64 a #s(literal -1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 a (/.f64 #s(literal 1/2 binary64) a))) (/.f64 a (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (/.f64 a x)) (*.f64 a (*.f64 #s(literal 1/2 binary64) y))) (*.f64 a (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) a) (*.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) y) x))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) a) (*.f64 a (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) (*.f64 a #s(literal -1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 a (/.f64 #s(literal 1/2 binary64) a))) (/.f64 a (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (/.f64 a x)) (*.f64 a (*.f64 #s(literal 1/2 binary64) y))) (*.f64 a (/.f64 a x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) a) (*.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) y) x))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (+.f64 a (*.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)) a)) |
(/.f64 (+.f64 a (*.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (/.f64 a (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) a) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (/.f64 a (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) a) (*.f64 (/.f64 a x) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 (/.f64 a x) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) a) (*.f64 (/.f64 a x) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 (/.f64 a x) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) (*.f64 a (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) (*.f64 a (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) (*.f64 a (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) a) (*.f64 a (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) a) (*.f64 a (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) x) a) (*.f64 a (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) y))) (*.f64 a a)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) y)) (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) y)) (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) a))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))))) (neg.f64 (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (-.f64 (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) (neg.f64 (/.f64 (-.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a))) |
(/.f64 (neg.f64 (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (*.f64 a (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))))) a) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 a y))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 a y))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))))) (+.f64 (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (-.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a y))) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)))) |
(*.f64 y (/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal 1 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (/.f64 y a) (/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(*.f64 (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) y) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) a))) |
(*.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) y) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) a))) |
(*.f64 (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (-.f64 (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))))))) |
(*.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y)) (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (/.f64 a y))) (/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y)))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 y (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a))) |
(*.f64 (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))))) |
(*.f64 (*.f64 y (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))) |
(*.f64 (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))))) |
(*.f64 (*.f64 (/.f64 y a) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(*.f64 (neg.f64 (*.f64 y (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 a y)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))))) |
(*.f64 (/.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 a y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) #s(literal 1 binary64)) (/.f64 y a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a y) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y #s(literal -1 binary64)))) |
(/.f64 y a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a y))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 y #s(literal -1 binary64))) a) |
(pow.f64 (/.f64 a y) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y a)) |
(*.f64 y (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) y) |
(*.f64 (/.f64 y a) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 y #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 a) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) a)) |
(neg.f64 (/.f64 #s(literal -1 binary64) a)) |
(/.f64 #s(literal 1 binary64) a) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 a #s(literal -1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (neg.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))) |
(-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))) (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) |
(fma.f64 #s(literal 1/2 binary64) x (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) |
(fma.f64 x #s(literal 1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) |
(fma.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (/.f64 z y) (*.f64 t #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (/.f64 (*.f64 z t) y) #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y z)) t (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (*.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) (*.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) x))))) |
(*.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 #s(literal 81/4 binary64) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (*.f64 z t)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y z) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 t (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (-.f64 #s(literal 0 binary64) z) t))) |
(/.f64 t (/.f64 y z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(/.f64 (*.f64 z t) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) t) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) y) |
(/.f64 (neg.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z))) y) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) t)) y) |
(pow.f64 (/.f64 y (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) y)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) t)) |
(*.f64 t (/.f64 z y)) |
(*.f64 (/.f64 z y) t) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 t y) (/.f64 z #s(literal 1 binary64))) |
(*.f64 (/.f64 t y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) t) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 t y)) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 t y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y z) (*.f64 t #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (*.f64 t #s(literal -9/2 binary64)) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) y) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) y) |
(/.f64 (neg.f64 (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y z))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z))) y) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) y)) |
(*.f64 (/.f64 z y) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z y)) |
(*.f64 (/.f64 t y) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 y z)) t) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) y) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) y) (/.f64 (*.f64 z t) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z y)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) y) (/.f64 z #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 #s(literal -9/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) y))) |
| 1× | egg-herbie |
| 8438× | *-lowering-*.f32 |
| 8438× | *-lowering-*.f64 |
| 2754× | /-lowering-/.f32 |
| 2754× | /-lowering-/.f64 |
| 1832× | times-frac |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 751 | 8700 |
| 1 | 2839 | 8614 |
| 0 | 8510 | 8614 |
| 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)) |
(* -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)) |
(/ 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 (* t z)) |
(- (* -1/81 (/ (* x y) (* (pow t 2) (pow z 2)))) (* 1/9 (/ 1 (* t z)))) |
(- (* x (- (* -1/729 (/ (* x (pow y 2)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ y (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(- (* x (- (* x (- (* -1/6561 (/ (* x (pow y 3)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (pow y 2) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ y (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(/ 1 (* x y)) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/ (- (+ (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (pow y 3)))) (/ 1 y)) (* -9 (/ (* t z) (* x (pow y 2))))) x) |
(/ (- (+ (* 729 (/ (* (pow t 3) (pow z 3)) (* (pow x 3) (pow y 4)))) (/ 1 y)) (+ (* -81 (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (pow y 3)))) (* -9 (/ (* t z) (* x (pow y 2)))))) x) |
(/ 1 (* x y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)) |
(* -1 (/ (- (* -1 (/ (- (* 81 (/ (* (pow t 2) (pow z 2)) (* x (pow y 3)))) (* -9 (/ (* t z) (pow y 2)))) x)) (/ 1 y)) x)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* (pow t 3) (pow z 3)) (* x (pow y 4)))) (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 3)))) x)) (* -9 (/ (* t z) (pow y 2)))) x)) (/ 1 y)) x)) |
(/ -1/9 (* t z)) |
(- (* -1/81 (/ (* x y) (* (pow t 2) (pow z 2)))) (* 1/9 (/ 1 (* t z)))) |
(- (* y (- (* -1/729 (/ (* (pow x 2) y) (* (pow t 3) (pow z 3)))) (* 1/81 (/ x (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(- (* y (- (* y (- (* -1/6561 (/ (* (pow x 3) y) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (pow x 2) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ x (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(/ 1 (* x y)) |
(/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y) |
(/ (- (+ (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) (pow y 2)))) (/ 1 x)) (* -9 (/ (* t z) (* (pow x 2) y)))) y) |
(/ (- (+ (* 729 (/ (* (pow t 3) (pow z 3)) (* (pow x 4) (pow y 3)))) (/ 1 x)) (+ (* -81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) (pow y 2)))) (* -9 (/ (* t z) (* (pow x 2) y))))) y) |
(/ 1 (* x y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(* -1 (/ (- (* -1 (/ (- (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) y))) (* -9 (/ (* t z) (pow x 2)))) y)) (/ 1 x)) y)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* (pow t 3) (pow z 3)) (* (pow x 4) y))) (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 3)))) y)) (* -9 (/ (* t z) (pow x 2)))) y)) (/ 1 x)) y)) |
(/ 1 (* x y)) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+ (* z (- (* 81 (/ (* (pow t 2) z) (* (pow x 3) (pow y 3)))) (* -9 (/ t (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(+ (* z (- (* z (- (* 729 (/ (* (pow t 3) z) (* (pow x 4) (pow y 4)))) (* -81 (/ (pow t 2) (* (pow x 3) (pow y 3)))))) (* -9 (/ t (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(/ -1/9 (* t z)) |
(/ (- (* -1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))) z) |
(/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) (pow z 2)))) (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t)))) z) |
(/ (- (* -1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 4) (pow z 3)))) (+ (* 1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) (pow z 2)))) (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))))) z) |
(/ -1/9 (* t z)) |
(* -1 (/ (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) z))) (* 1/81 (/ (* x y) (pow t 2)))) z)) (* 1/9 (/ 1 t))) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 4) z))) (* -1/729 (/ (* (pow x 2) (pow y 2)) (pow t 3)))) z)) (* 1/81 (/ (* x y) (pow t 2)))) z)) (* 1/9 (/ 1 t))) z)) |
(/ 1 (* x y)) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+ (* t (- (* 81 (/ (* t (pow z 2)) (* (pow x 3) (pow y 3)))) (* -9 (/ z (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(+ (* t (- (* t (- (* 729 (/ (* t (pow z 3)) (* (pow x 4) (pow y 4)))) (* -81 (/ (pow z 2) (* (pow x 3) (pow y 3)))))) (* -9 (/ z (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(/ -1/9 (* t z)) |
(/ (- (* -1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))) t) |
(/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 2) (pow z 3)))) (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z)))) t) |
(/ (- (* -1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 3) (pow z 4)))) (+ (* 1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 2) (pow z 3)))) (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))))) t) |
(/ -1/9 (* t z)) |
(* -1 (/ (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* t (pow z 3)))) (* 1/81 (/ (* x y) (pow z 2)))) t)) (* 1/9 (/ 1 z))) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* (pow x 3) (pow y 3)) (* t (pow z 4)))) (* -1/729 (/ (* (pow x 2) (pow y 2)) (pow z 3)))) t)) (* 1/81 (/ (* x y) (pow z 2)))) t)) (* 1/9 (/ 1 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)))) |
(* 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) |
(* 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)) |
(+ (* -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))))) |
(* -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 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(* 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)))) |
(* -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)))) |
(* -9 z) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(/ (* x y) t) |
(* x (+ (* -9 (/ z x)) (/ y t))) |
(* x (+ (* -9 (/ z x)) (/ y t))) |
(* x (+ (* -9 (/ z x)) (/ y t))) |
(/ (* x y) t) |
(* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x))))) |
(* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x))))) |
(* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x))))) |
(* -9 z) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(/ (* x y) t) |
(* y (+ (* -9 (/ z y)) (/ x t))) |
(* y (+ (* -9 (/ z y)) (/ x t))) |
(* y (+ (* -9 (/ z y)) (/ x t))) |
(/ (* x y) t) |
(* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y))))) |
(* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y))))) |
(* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y))))) |
(/ (* x y) t) |
(/ (+ (* -9 (* t z)) (* x y)) t) |
(/ (+ (* -9 (* t z)) (* x y)) t) |
(/ (+ (* -9 (* t z)) (* x y)) t) |
(* -9 z) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(* -9 z) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(/ (* x y) t) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(* -9 z) |
(* z (- (/ (* x y) (* t z)) 9)) |
(* z (- (/ (* x y) (* t z)) 9)) |
(* z (- (/ (* x y) (* t z)) 9)) |
(* -9 z) |
(* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z)))))) |
(* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z)))))) |
(* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z)))))) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* x y) t) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) 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)) |
(* 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 (+ (* -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) 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))))) |
(* -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)))))) |
(/ 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) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -9/2 (/ (* t z) y)) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* 1/2 x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
| Outputs |
|---|
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a x)) (/.f64 (*.f64 #s(literal 1/2 binary64) 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 a) #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 a) #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 a x))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 a y))) (-.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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.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 #s(literal -1/2 binary64) (*.f64 x y)) (*.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 #s(literal -1/2 binary64) (*.f64 x y)) (*.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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(* -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 #s(literal -1/81 binary64) (*.f64 a (*.f64 x (/.f64 y (*.f64 z (*.f64 z (*.f64 t t)))))))) |
(+ (* -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 (*.f64 a (*.f64 x y)) y)) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a y)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(+ (* -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 (*.f64 (*.f64 a (*.f64 x y)) y) 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 y y))) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a y)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 y y))) (/.f64 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) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y (*.f64 x (*.f64 x y))))) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 y y))) (/.f64 a y))) 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 a y) (*.f64 (/.f64 #s(literal 729 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (*.f64 z (*.f64 z z)) a)) (pow.f64 y #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 t (*.f64 t a))) (*.f64 z z)) (*.f64 y (*.f64 y (*.f64 x (*.f64 x 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 z (*.f64 t a))) (*.f64 x (*.f64 y y))) (/.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 z (*.f64 t t)))) (*.f64 x (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.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 (+.f64 (*.f64 (*.f64 #s(literal -729 binary64) (/.f64 a x)) (/.f64 (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t))))) (pow.f64 y #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -81 binary64) a) (/.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.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 #s(literal -1/81 binary64) (*.f64 a (*.f64 x (/.f64 y (*.f64 z (*.f64 z (*.f64 t t)))))))) |
(+ (* -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 z (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a x)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(+ (* -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 #s(literal -1/6561 binary64) (*.f64 y (*.f64 (*.f64 x (*.f64 x x)) a))) (*.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 x x) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t))))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a x)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 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 (/.f64 #s(literal 81 binary64) (*.f64 y y)) (/.f64 (*.f64 a (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 x y))) (/.f64 a x))) 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 (/.f64 a x) (*.f64 (/.f64 #s(literal 729 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (*.f64 z (*.f64 z z)) a)) (pow.f64 x #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal 81 binary64) (*.f64 y y)) (/.f64 (*.f64 a (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 x 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 z (*.f64 t a))) (*.f64 x (*.f64 x y))) (/.f64 a x)) (-.f64 #s(literal 0 binary64) 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)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (/.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.f64 x (*.f64 x x)))) 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 #s(literal -729 binary64) y) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (*.f64 z (*.f64 z z)) a)) (pow.f64 x #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -81 binary64) a) (/.f64 (*.f64 z (*.f64 z (*.f64 t t))) (*.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 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x)) (*.f64 y 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))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 t (*.f64 t a)))) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 y (*.f64 x (*.f64 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))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729 binary64) (*.f64 t (*.f64 z (*.f64 t t)))) a) (*.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 y (*.f64 x (*.f64 x y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 y (*.f64 x (*.f64 x 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 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 z (*.f64 t t)))) 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 (*.f64 #s(literal -1/729 binary64) a) (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 t (*.f64 t t))) (*.f64 z z))) (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 z (*.f64 t t))))) 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 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 (*.f64 z z) (*.f64 z (pow.f64 t #s(literal 4 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 z (*.f64 t t))) (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 t (*.f64 t t)))) (*.f64 z 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 #s(literal 1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 z (*.f64 t t))) (/.f64 (*.f64 #s(literal 1/9 binary64) a) t)) (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 #s(literal 1/9 binary64) a) t) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 t (*.f64 z (*.f64 t t)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 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 #s(literal 1/9 binary64) a) t) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) a) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 t (*.f64 t t))))) (neg.f64 z)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 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 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x)) (*.f64 y 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))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 a (*.f64 t (*.f64 z z)))) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.f64 y (*.f64 x (*.f64 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))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729 binary64) (*.f64 t (*.f64 z (*.f64 z z)))) a) (*.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 y (*.f64 x (*.f64 x y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.f64 y (*.f64 x (*.f64 x 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 #s(literal -1/9 binary64) (/.f64 a z)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.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 (*.f64 #s(literal -1/729 binary64) a) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 z (*.f64 z (*.f64 z (*.f64 t t))))) (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a z)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 t (*.f64 z z))))) 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 #s(literal -1/9 binary64) (/.f64 a z)) (-.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) (/.f64 a (*.f64 t (*.f64 t t)))) (/.f64 (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y))))) (pow.f64 z #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 t (*.f64 z z))) (*.f64 (/.f64 #s(literal 1/729 binary64) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 a (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 t t)))))) 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 x y))) (*.f64 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) a) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 t (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.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 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) a) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 z (*.f64 z z))))) (neg.f64 t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 a (*.f64 x y))) (*.f64 z z))) t)) (neg.f64 t)) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/ -1/9 (* t z)) |
(/.f64 #s(literal -1/9 binary64) (*.f64 t z)) |
(- (* -1/81 (/ (* x y) (* (pow t 2) (pow z 2)))) (* 1/9 (/ 1 (* t z)))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 t t)) (*.f64 z z)) (/.f64 #s(literal -1/9 binary64) (*.f64 t z))) |
(- (* x (- (* -1/729 (/ (* x (pow y 2)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ y (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x (*.f64 y y))) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 #s(literal -1/81 binary64) (/.f64 y (*.f64 z (*.f64 z (*.f64 t t))))))) (/.f64 #s(literal -1/9 binary64) (*.f64 t z))) |
(- (* x (- (* x (- (* -1/6561 (/ (* x (pow y 3)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (pow y 2) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ y (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(+.f64 (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) x) (/.f64 (*.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) (*.f64 y y)) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))))) (*.f64 #s(literal -1/81 binary64) (/.f64 y (*.f64 z (*.f64 z (*.f64 t t))))))) (/.f64 #s(literal -1/9 binary64) (*.f64 t z))) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/.f64 (+.f64 (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) (*.f64 y y)) (/.f64 #s(literal 1 binary64) y)) x) |
(/ (- (+ (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (pow y 3)))) (/ 1 y)) (* -9 (/ (* t z) (* x (pow y 2))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y (*.f64 x (*.f64 x y))))) (+.f64 (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) (*.f64 y y)) (/.f64 #s(literal 1 binary64) y))) x) |
(/ (- (+ (* 729 (/ (* (pow t 3) (pow z 3)) (* (pow x 3) (pow y 4)))) (/ 1 y)) (+ (* -81 (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (pow y 3)))) (* -9 (/ (* t z) (* x (pow y 2)))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 y #s(literal 4 binary64))))) (-.f64 (+.f64 (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) (*.f64 y y)) (/.f64 #s(literal 1 binary64) y)) (/.f64 (*.f64 #s(literal -81 binary64) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y (*.f64 x (*.f64 x y))))))) x) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) (*.f64 y y)) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y))) x) |
(* -1 (/ (- (* -1 (/ (- (* 81 (/ (* (pow t 2) (pow z 2)) (* x (pow y 3)))) (* -9 (/ (* t z) (pow y 2)))) x)) (/ 1 y)) x)) |
(/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 x (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 y y))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* (pow t 3) (pow z 3)) (* x (pow y 4)))) (* 81 (/ (* (pow t 2) (pow z 2)) (pow y 3)))) x)) (* -9 (/ (* t z) (pow y 2)))) x)) (/ 1 y)) x)) |
(/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 x (pow.f64 y #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -81 binary64) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 y y))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(/ -1/9 (* t z)) |
(/.f64 #s(literal -1/9 binary64) (*.f64 t z)) |
(- (* -1/81 (/ (* x y) (* (pow t 2) (pow z 2)))) (* 1/9 (/ 1 (* t z)))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 t t)) (*.f64 z z)) (/.f64 #s(literal -1/9 binary64) (*.f64 t z))) |
(- (* y (- (* -1/729 (/ (* (pow x 2) y) (* (pow t 3) (pow z 3)))) (* 1/81 (/ x (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(+.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x (*.f64 x y))) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 #s(literal -1/81 binary64) (/.f64 x (*.f64 z (*.f64 z (*.f64 t t))))))) (/.f64 #s(literal -1/9 binary64) (*.f64 t z))) |
(- (* y (- (* y (- (* -1/6561 (/ (* (pow x 3) y) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (pow x 2) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ x (* (pow t 2) (pow z 2)))))) (* 1/9 (/ 1 (* t z)))) |
(+.f64 (*.f64 y (+.f64 (*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) (*.f64 x (*.f64 x 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 x x)) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))))) (*.f64 #s(literal -1/81 binary64) (/.f64 x (*.f64 z (*.f64 z (*.f64 t t))))))) (/.f64 #s(literal -1/9 binary64) (*.f64 t z))) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y) |
(/.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x (*.f64 x y))) (/.f64 #s(literal 1 binary64) x)) y) |
(/ (- (+ (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) (pow y 2)))) (/ 1 x)) (* -9 (/ (* t z) (* (pow x 2) y)))) y) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 x (*.f64 x x))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x (*.f64 x y))) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (- (+ (* 729 (/ (* (pow t 3) (pow z 3)) (* (pow x 4) (pow y 3)))) (/ 1 x)) (+ (* -81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) (pow y 2)))) (* -9 (/ (* t z) (* (pow x 2) y))))) y) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 (*.f64 (/.f64 #s(literal 729 binary64) (pow.f64 x #s(literal 4 binary64))) (/.f64 (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 y y)))) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 x y))) (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 t t)) (/.f64 (*.f64 z z) (*.f64 x (*.f64 y (*.f64 x (*.f64 x y))))))))) y) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 x y))) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (- (* -1 (/ (- (* 81 (/ (* (pow t 2) (pow z 2)) (* (pow x 3) y))) (* -9 (/ (* t z) (pow x 2)))) y)) (/ 1 x)) y)) |
(/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 t (*.f64 x x)) (/.f64 t x)) (*.f64 (/.f64 (*.f64 z z) y) #s(literal 81 binary64))) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* (pow t 3) (pow z 3)) (* (pow x 4) y))) (* 81 (/ (* (pow t 2) (pow z 2)) (pow x 3)))) y)) (* -9 (/ (* t z) (pow x 2)))) y)) (/ 1 x)) y)) |
(/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 y (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -81 binary64) (*.f64 z (*.f64 z (*.f64 t t)))) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) |
(+ (* z (- (* 81 (/ (* (pow t 2) z) (* (pow x 3) (pow y 3)))) (* -9 (/ t (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 t t))) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 #s(literal 9 binary64) (/.f64 t (*.f64 y (*.f64 x (*.f64 x y)))))))) |
(+ (* z (- (* z (- (* 729 (/ (* (pow t 3) z) (* (pow x 4) (pow y 4)))) (* -81 (/ (pow t 2) (* (pow x 3) (pow y 3)))))) (* -9 (/ t (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 z (+.f64 (*.f64 z (+.f64 (*.f64 (/.f64 (*.f64 t (*.f64 t t)) (pow.f64 x #s(literal 4 binary64))) (*.f64 (/.f64 z (pow.f64 y #s(literal 4 binary64))) #s(literal 729 binary64))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))))) (*.f64 #s(literal 9 binary64) (/.f64 t (*.f64 y (*.f64 x (*.f64 x y)))))))) |
(/ -1/9 (* t z)) |
(/.f64 #s(literal -1/9 binary64) (*.f64 t z)) |
(/ (- (* -1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))) z) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 z (*.f64 t t))) (/.f64 #s(literal -1/9 binary64) t)) z) |
(/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) (pow z 2)))) (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t)))) z) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/729 binary64) (*.f64 z z)) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 t (*.f64 t t)))) (+.f64 (/.f64 #s(literal 1/9 binary64) t) (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 x y)) (*.f64 z (*.f64 t t))))) z) |
(/ (- (* -1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 4) (pow z 3)))) (+ (* 1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) (pow z 2)))) (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))))) z) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/6561 binary64) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 (*.f64 z z) (*.f64 z (pow.f64 t #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -1/729 binary64) (*.f64 z z)) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 t (*.f64 t t))))) (+.f64 (/.f64 #s(literal 1/9 binary64) t) (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 x y)) (*.f64 z (*.f64 t t))))) z) |
(/ -1/9 (* t z)) |
(/.f64 #s(literal -1/9 binary64) (*.f64 t z)) |
(* -1 (/ (+ (* 1/81 (/ (* x y) (* (pow t 2) z))) (* 1/9 (/ 1 t))) z)) |
(/.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) t) (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 x y)) (*.f64 z (*.f64 t t)))) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 3) z))) (* 1/81 (/ (* x y) (pow t 2)))) z)) (* 1/9 (/ 1 t))) z)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) t) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 t (*.f64 z (*.f64 t t)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 t t))) z)) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 4) z))) (* -1/729 (/ (* (pow x 2) (pow y 2)) (pow t 3)))) z)) (* 1/81 (/ (* x y) (pow t 2)))) z)) (* 1/9 (/ 1 t))) z)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) t) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6561 binary64) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 t (*.f64 t t)))) (neg.f64 z)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 t t))) z)) (neg.f64 z)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) |
(+ (* t (- (* 81 (/ (* t (pow z 2)) (* (pow x 3) (pow y 3)))) (* -9 (/ z (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t (*.f64 z z))) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 #s(literal 9 binary64) (/.f64 z (*.f64 y (*.f64 x (*.f64 x y)))))))) |
(+ (* t (- (* t (- (* 729 (/ (* t (pow z 3)) (* (pow x 4) (pow y 4)))) (* -81 (/ (pow z 2) (* (pow x 3) (pow y 3)))))) (* -9 (/ z (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 t (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 729 binary64) (*.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 z)) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))))) (*.f64 #s(literal 9 binary64) (/.f64 z (*.f64 y (*.f64 x (*.f64 x y)))))))) |
(/ -1/9 (* t z)) |
(/.f64 #s(literal -1/9 binary64) (*.f64 t z)) |
(/ (- (* -1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 t (*.f64 z z))) (/.f64 #s(literal -1/9 binary64) z)) t) |
(/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 2) (pow z 3)))) (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z)))) t) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 z (*.f64 z (*.f64 z (*.f64 t t))))) (+.f64 (/.f64 #s(literal 1/9 binary64) z) (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 x y)) (*.f64 t (*.f64 z z))))) t) |
(/ (- (* -1/6561 (/ (* (pow x 3) (pow y 3)) (* (pow t 3) (pow z 4)))) (+ (* 1/729 (/ (* (pow x 2) (pow y 2)) (* (pow t 2) (pow z 3)))) (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))))) t) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/6561 binary64) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 (*.f64 t t) (*.f64 t (pow.f64 z #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 x y)) (*.f64 t (*.f64 z z))) (+.f64 (/.f64 #s(literal 1/9 binary64) z) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))))) t) |
(/ -1/9 (* t z)) |
(/.f64 #s(literal -1/9 binary64) (*.f64 t z)) |
(* -1 (/ (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))) t)) |
(/.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) z) (/.f64 (*.f64 #s(literal 1/81 binary64) (*.f64 x y)) (*.f64 t (*.f64 z z)))) (neg.f64 t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* (pow x 2) (pow y 2)) (* t (pow z 3)))) (* 1/81 (/ (* x y) (pow z 2)))) t)) (* 1/9 (/ 1 z))) t)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) z) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 t (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 z z))) t)) (neg.f64 t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* (pow x 3) (pow y 3)) (* t (pow z 4)))) (* -1/729 (/ (* (pow x 2) (pow y 2)) (pow z 3)))) t)) (* 1/81 (/ (* x y) (pow z 2)))) t)) (* 1/9 (/ 1 z))) t)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) z) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6561 binary64) (*.f64 x (*.f64 y (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 z (*.f64 z z)))) (neg.f64 t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x y)) (*.f64 z z))) t)) (neg.f64 t)) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) y))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 t (*.f64 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 t (*.f64 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 t (*.f64 z #s(literal 9 binary64))) y) x)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 (*.f64 x y) z))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* -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 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* -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)) |
(* 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) |
(/ 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) |
(* 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) |
(/ 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 (*.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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a x)) (/.f64 (*.f64 #s(literal 1/2 binary64) 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 a) #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 a) #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 a x))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 a y))) (-.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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.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 #s(literal -1/2 binary64) (*.f64 x y)) (*.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 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* 1/2 (/ (* t (+ (* -9 z) (/ (* x y) t))) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) t) (/.f64 (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) a)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* -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)) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9 binary64)) x)) y))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 t (*.f64 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 t (*.f64 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 t (*.f64 z #s(literal 9 binary64))) y) x)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 (*.f64 x y) z))) |
(* -9 (* t z)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(* -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)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(* x (+ (* -9 (/ z x)) (/ y t))) |
(*.f64 x (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z x)) (/.f64 y t))) |
(* x (+ (* -9 (/ z x)) (/ y t))) |
(*.f64 x (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z x)) (/.f64 y t))) |
(* x (+ (* -9 (/ z x)) (/ y t))) |
(*.f64 x (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z x)) (/.f64 y t))) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) x) (/.f64 y t)))) |
(* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) x) (/.f64 y t)))) |
(* -1 (* x (+ (* -1 (/ y t)) (* 9 (/ z x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) x) (/.f64 y t)))) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(* y (+ (* -9 (/ z y)) (/ x t))) |
(*.f64 y (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z y)) (/.f64 x t))) |
(* y (+ (* -9 (/ z y)) (/ x t))) |
(*.f64 y (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z y)) (/.f64 x t))) |
(* y (+ (* -9 (/ z y)) (/ x t))) |
(*.f64 y (+.f64 (*.f64 #s(literal -9 binary64) (/.f64 z y)) (/.f64 x t))) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) y) (/.f64 x t))) |
(* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) y) (/.f64 x t))) |
(* -1 (* y (+ (* -1 (/ x t)) (* 9 (/ z y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) y) (/.f64 x t))) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (+ (* -9 (* t z)) (* x y)) t) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) t) |
(/ (+ (* -9 (* t z)) (* x y)) t) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) t) |
(/ (+ (* -9 (* t z)) (* x y)) t) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) t) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(+ (* -9 z) (/ (* x y) t)) |
(+.f64 (*.f64 z #s(literal -9 binary64)) (/.f64 (*.f64 x y) t)) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* z (- (/ (* x y) (* t z)) 9)) |
(*.f64 z (+.f64 (/.f64 (/.f64 (*.f64 x y) t) z) #s(literal -9 binary64))) |
(* z (- (/ (* x y) (* t z)) 9)) |
(*.f64 z (+.f64 (/.f64 (/.f64 (*.f64 x y) t) z) #s(literal -9 binary64))) |
(* z (- (/ (* x y) (* t z)) 9)) |
(*.f64 z (+.f64 (/.f64 (/.f64 (*.f64 x y) t) z) #s(literal -9 binary64))) |
(* -9 z) |
(*.f64 z #s(literal -9 binary64)) |
(* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 x y) t) z)))) |
(* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 x y) t) z)))) |
(* -1 (* z (+ 9 (* -1 (/ (* x y) (* t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 x y) t) z)))) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* x y) t) |
(/.f64 (*.f64 x y) t) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a y)) (/.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 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 a y))) (-.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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 t a)) (/.f64 (*.f64 #s(literal 9/2 binary64) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) t) a) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.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 #s(literal -1/2 binary64) (*.f64 x y)) (*.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 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 z a)) (/.f64 (*.f64 #s(literal 9/2 binary64) t) a)) (neg.f64 z)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 -9/2 binary64) (*.f64 t z)) 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 (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 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 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 a x)) (/.f64 (*.f64 #s(literal 1/2 binary64) 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 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 a) #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 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 a) #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 a x))) (-.f64 #s(literal 0 binary64) x)) |
(/ 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) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x t)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) y)))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x t)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) y)))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x t)) (/.f64 (*.f64 #s(literal 9/2 binary64) z) y)))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x z)) (*.f64 #s(literal 9/2 binary64) (/.f64 t y))) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x z)) (*.f64 #s(literal 9/2 binary64) (/.f64 t y))) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x z)) (*.f64 #s(literal 9/2 binary64) (/.f64 t y))) (neg.f64 z)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 x y)))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 x y)))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 x y)))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 x y)) #s(literal -1/2 binary64))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 x y)) #s(literal -1/2 binary64))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 t z)) (*.f64 x y)) #s(literal -1/2 binary64))) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) y) |
Compiled 38302 to 3578 computations (90.7% saved)
13 alts after pruning (6 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1953 | 5 | 1958 |
| Fresh | 2 | 1 | 3 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 6 | 6 |
| Total | 1959 | 13 | 1972 |
| Status | Accuracy | Program |
|---|---|---|
| 85.0% | (/.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) a) | |
| ✓ | 52.9% | (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
| 54.6% | (/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) | |
| 54.2% | (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) | |
| 43.8% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (/.f64 (*.f64 t x) (/.f64 t y)))) | |
| ✓ | 94.9% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 54.4% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) | |
| ✓ | 51.1% | (/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
| 54.1% | (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) | |
| ✓ | 51.5% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ✓ | 51.2% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | 52.9% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | 50.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 579 to 260 computations (55.1% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (/.f64 (*.f64 t x) (/.f64 t y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.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 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 (*.f64 x y) (*.f64 (*.f64 z 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))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 x #s(literal 1/2 binary64))) (/.f64 a y)) |
(/.f64 (/.f64 t (/.f64 #s(literal 2 binary64) (+.f64 (/.f64 x (/.f64 t y)) (*.f64 z #s(literal -9 binary64))))) a) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) y) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.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) #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 (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))) |
| Outputs |
|---|
(*.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 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))) |
11 calls:
| 12.0ms | z |
| 11.0ms | t |
| 10.0ms | x |
| 10.0ms | (*.f64 x y) |
| 10.0ms | (*.f64 a #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.0% | 1 | x |
| 95.0% | 1 | y |
| 95.0% | 1 | z |
| 95.0% | 1 | t |
| 96.5% | 2 | a |
| 98.6% | 3 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 98.6% | 3 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 96.8% | 2 | (*.f64 x y) |
| 95.0% | 1 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 95.0% | 1 | (*.f64 z #s(literal 9 binary64)) |
| 96.5% | 2 | (*.f64 a #s(literal 2 binary64)) |
Compiled 96 to 76 computations (20.8% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (/.f64 (*.f64 t x) (/.f64 t y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.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 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 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
11 calls:
| 14.0ms | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 8.0ms | (*.f64 a #s(literal 2 binary64)) |
| 8.0ms | z |
| 7.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 6.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.0% | 1 | x |
| 95.0% | 1 | y |
| 95.0% | 1 | z |
| 95.0% | 1 | t |
| 95.0% | 1 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 95.0% | 1 | (*.f64 z #s(literal 9 binary64)) |
| 95.0% | 1 | a |
| 95.0% | 1 | (*.f64 a #s(literal 2 binary64)) |
| 95.0% | 1 | (*.f64 x y) |
| 95.0% | 1 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 95.0% | 1 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 96 to 76 computations (20.8% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (/.f64 (*.f64 t x) (/.f64 t y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.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 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))) |
7 calls:
| 13.0ms | a |
| 6.0ms | t |
| 6.0ms | (*.f64 a #s(literal 2 binary64)) |
| 6.0ms | y |
| 6.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.0% | 1 | x |
| 95.0% | 1 | y |
| 95.0% | 1 | z |
| 95.0% | 1 | t |
| 95.0% | 1 | a |
| 95.0% | 1 | (*.f64 x y) |
| 95.0% | 1 | (*.f64 a #s(literal 2 binary64)) |
Compiled 46 to 38 computations (17.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (/.f64 (*.f64 t x) (/.f64 t y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| Outputs |
|---|
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
7 calls:
| 10.0ms | a |
| 7.0ms | (*.f64 a #s(literal 2 binary64)) |
| 6.0ms | y |
| 5.0ms | t |
| 5.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.9% | 1 | x |
| 94.9% | 1 | y |
| 94.9% | 1 | z |
| 94.9% | 1 | t |
| 94.9% | 1 | a |
| 94.9% | 1 | (*.f64 x y) |
| 94.9% | 1 | (*.f64 a #s(literal 2 binary64)) |
Compiled 46 to 38 computations (17.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (/.f64 (*.f64 t x) (/.f64 t y)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
7 calls:
| 11.0ms | (*.f64 a #s(literal 2 binary64)) |
| 6.0ms | t |
| 6.0ms | x |
| 5.0ms | a |
| 5.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.8% | 1 | x |
| 94.8% | 1 | y |
| 94.8% | 1 | z |
| 94.8% | 1 | t |
| 94.8% | 1 | a |
| 94.8% | 1 | (*.f64 x y) |
| 94.8% | 1 | (*.f64 a #s(literal 2 binary64)) |
Compiled 46 to 38 computations (17.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (/.f64 (*.f64 t x) (/.f64 t y)))) |
| Outputs |
|---|
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
7 calls:
| 6.0ms | z |
| 5.0ms | a |
| 5.0ms | (*.f64 a #s(literal 2 binary64)) |
| 5.0ms | t |
| 5.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 73.4% | 3 | z |
| 73.6% | 3 | x |
| 75.4% | 3 | y |
| 77.1% | 5 | t |
| 67.9% | 6 | a |
| 82.3% | 3 | (*.f64 x y) |
| 67.9% | 6 | (*.f64 a #s(literal 2 binary64)) |
Compiled 46 to 38 computations (17.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a)) |
| Outputs |
|---|
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
1 calls:
| 4.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
| Outputs |
|---|
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
1 calls:
| 3.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| Outputs |
|---|
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
1 calls:
| 3.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 a z) t)) |
| Outputs |
|---|
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
1 calls:
| 3.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.9% | 3 | y |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
1 calls:
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.4% | 3 | y |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
5 calls:
| 2.0ms | t |
| 2.0ms | x |
| 2.0ms | z |
| 2.0ms | a |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.9% | 1 | a |
| 52.9% | 1 | z |
| 52.9% | 1 | x |
| 52.9% | 1 | t |
| 52.9% | 1 | y |
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 z (/.f64 t a))) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
5 calls:
| 2.0ms | a |
| 1.0ms | y |
| 1.0ms | x |
| 1.0ms | z |
| 1.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 50.7% | 1 | a |
| 50.7% | 1 | z |
| 50.7% | 1 | t |
| 50.7% | 1 | y |
| 50.7% | 1 | x |
Compiled 30 to 25 computations (16.7% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.0715175817414064e+298 | 5.738461079649525e+299 |
| 0.0ms | -2.815491008272986e+288 | -2.91882340528018e+287 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.0089910340157234e-66 | 2.0167195865859518e-65 |
| 0.0ms | -4.871548239924907e+25 | -1.021475307838235e+24 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.455996222446928e-58 | 4.26914740534966e-54 |
| 0.0ms | -4.871548239924907e+25 | -1.021475307838235e+24 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.455996222446928e-58 | 4.26914740534966e-54 |
| 0.0ms | -4.871548239924907e+25 | -1.021475307838235e+24 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.455996222446928e-58 | 4.26914740534966e-54 |
| 0.0ms | -4.871548239924907e+25 | -1.021475307838235e+24 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 3.888330741866847e+54 | 2.765820287104653e+57 |
| 19.0ms | -2.080370215204354e-115 | -7.804279824649464e-120 |
| 26.0ms | 256× | 0 | valid |
Compiled 442 to 340 computations (23.1% saved)
ival-mult: 13.0ms (80.5% of total)ival-div: 2.0ms (12.4% of total)ival-sub: 1.0ms (6.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 3.888330741866847e+54 | 2.765820287104653e+57 |
| 16.0ms | -2.080370215204354e-115 | -7.804279824649464e-120 |
| 20.0ms | 256× | 0 | valid |
Compiled 442 to 340 computations (23.1% saved)
ival-mult: 7.0ms (69.3% of total)ival-div: 2.0ms (19.8% of total)ival-sub: 1.0ms (9.9% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 50× | *-commutative_binary64 |
| 16× | +-commutative_binary64 |
| 12× | sub-neg_binary64 |
| 10× | neg-sub0_binary64 |
| 10× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 81 | 299 |
| 1 | 117 | 299 |
| 2 | 135 | 299 |
| 3 | 145 | 299 |
| 4 | 153 | 299 |
| 5 | 156 | 299 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -2000000000000000015260947079150071321029556671023421501560173328879939021272989909222263098271678373027966911110790441791375721089619169999659450521189746542174799252973212292885101977680033834789252899072790417240534025556155575446791828129214239924138966649147955715664277650565909970944 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 50000000000000002625238012760221012435223429055407957745792705775590122899445409789318568754022393202185222191644193908847126161768021528782239609239335349142419360046328790186891511689739404502968447661748539997254055951948382044003732637139007124728962939441002842141905783473609819343272970027008 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 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 3794275180128377/1897137590064188545819787018382342682267975428761855001222473056385648716020711424 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(if (<=.f64 y #s(literal -554533938824163/2772669694120814859578414184143083703436437075375816575170479580614621307805625623039974406104139578097391210961403571828974157824 binary64)) (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) (if (<=.f64 y #s(literal 100000000000000009190283508143378238084034459715684532224 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)))) |
(if (<=.f64 y #s(literal -8517641300339143/177450860423732151013018507785157357019931972824052260810910693159335763699560039874558361990664932998233037501529828597054346100736 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 y #s(literal 44999999999999999780013282076507874806620531745424932864 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| Outputs |
|---|
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -2000000000000000015260947079150071321029556671023421501560173328879939021272989909222263098271678373027966911110790441791375721089619169999659450521189746542174799252973212292885101977680033834789252899072790417240534025556155575446791828129214239924138966649147955715664277650565909970944 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 50000000000000002625238012760221012435223429055407957745792705775590122899445409789318568754022393202185222191644193908847126161768021528782239609239335349142419360046328790186891511689739404502968447661748539997254055951948382044003732637139007124728962939441002842141905783473609819343272970027008 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))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -2000000000000000015260947079150071321029556671023421501560173328879939021272989909222263098271678373027966911110790441791375721089619169999659450521189746542174799252973212292885101977680033834789252899072790417240534025556155575446791828129214239924138966649147955715664277650565909970944 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 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 50000000000000002625238012760221012435223429055407957745792705775590122899445409789318568754022393202185222191644193908847126161768021528782239609239335349142419360046328790186891511689739404502968447661748539997254055951948382044003732637139007124728962939441002842141905783473609819343272970027008 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 x #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.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 #s(literal 1/2 binary64) a)) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 3794275180128377/1897137590064188545819787018382342682267975428761855001222473056385648716020711424 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a y) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(if (<=.f64 (*.f64 x y) #s(literal -40000000000000003623878656 binary64)) (*.f64 (/.f64 y a) (*.f64 x #s(literal 1/2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7067388259113537/7067388259113537318333190002971674063309935587502475832486424805170479104 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(if (<=.f64 y #s(literal -554533938824163/2772669694120814859578414184143083703436437075375816575170479580614621307805625623039974406104139578097391210961403571828974157824 binary64)) (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) (if (<=.f64 y #s(literal 100000000000000009190283508143378238084034459715684532224 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)))) |
(if (<=.f64 y #s(literal -554533938824163/2772669694120814859578414184143083703436437075375816575170479580614621307805625623039974406104139578097391210961403571828974157824 binary64)) (*.f64 (/.f64 y a) (*.f64 x #s(literal 1/2 binary64))) (if (<=.f64 y #s(literal 100000000000000009190283508143378238084034459715684532224 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 y a) (*.f64 x #s(literal 1/2 binary64))))) |
(if (<=.f64 y #s(literal -8517641300339143/177450860423732151013018507785157357019931972824052260810910693159335763699560039874558361990664932998233037501529828597054346100736 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 y #s(literal 44999999999999999780013282076507874806620531745424932864 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 y #s(literal -8517641300339143/177450860423732151013018507785157357019931972824052260810910693159335763699560039874558361990664932998233037501529828597054346100736 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 y #s(literal 44999999999999999780013282076507874806620531745424932864 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| 6324× | *-lowering-*.f32 |
| 6324× | *-lowering-*.f64 |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 5122× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 149 |
| 1 | 197 | 143 |
| 2 | 1559 | 143 |
| 0 | 8353 | 143 |
| 0 | 436 | 4808 |
| 1 | 1599 | 4764 |
| 2 | 6462 | 4748 |
| 0 | 8020 | 4748 |
| 0 | 37 | 173 |
| 1 | 211 | 169 |
| 2 | 1805 | 169 |
| 0 | 8245 | 169 |
| 0 | 193 | 6696 |
| 1 | 658 | 6669 |
| 2 | 2219 | 6669 |
| 3 | 5417 | 6666 |
| 0 | 8245 | 6666 |
| 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 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 758 | 56 |
| 0 | 9164 | 56 |
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 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 1042 to 617 computations (40.8% saved)
(sort z t)
(negabs a)
Compiled 3688 to 1378 computations (62.6% saved)
Loading profile data...