
Time bar (total: 10.8s)
| 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-sub: 81.0ms (63.2% of total)ival-mult: 38.0ms (29.6% of total)ival-div: 6.0ms (4.7% of total)const: 2.0ms (1.6% of total)backward-pass: 1.0ms (0.8% of total)| 831.0ms | 8256× | 0 | valid |
ival-mult: 295.0ms (66.1% of total)ival-div: 77.0ms (17.3% of total)ival-sub: 55.0ms (12.3% of total)const: 16.0ms (3.6% of total)backward-pass: 3.0ms (0.7% of total)| 2× | egg-herbie |
| 2170× | fnmadd-define |
| 1698× | fma-lowering-fma.f32 |
| 1698× | fma-lowering-fma.f64 |
| 1682× | fmsub-define |
| 1644× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 80 | 261 |
| 1 | 335 | 252 |
| 2 | 1133 | 252 |
| 3 | 4508 | 252 |
| 0 | 13 | 12 |
| 1 | 31 | 12 |
| 2 | 110 | 12 |
| 3 | 347 | 12 |
| 4 | 965 | 12 |
| 5 | 1846 | 12 |
| 6 | 3531 | 12 |
| 7 | 5840 | 12 |
| 0 | 8334 | 12 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (/ (fma x (* t -9) (* y z)) 2) a) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (fma x (* z -9) (* y t)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (fmsub y a (* z (* 9 t))) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (fmsub x (/ z 2) (* y (* t 9/2))) a) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (fmsub x t (* y (* z 9))) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (fmsub x a (* z (* 9 t))) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (fma t (* a -9) (* x y)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
(/ (fmsub x y (* z (* 9 a))) (* t 2)) |
(negabs a)
(sort x y)
(sort z t)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 25 | 0 | - | 0 | - | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 3 | 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)) |
| 60.0ms | 512× | 0 | valid |
Compiled 116 to 41 computations (64.7% saved)
ival-mult: 17.0ms (64.8% of total)ival-div: 5.0ms (19% of total)ival-sub: 3.0ms (11.4% of total)const: 1.0ms (3.8% of total)backward-pass: 0.0ms (0% of total)Compiled 18 to 13 computations (27.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 89.7% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 89.8% | (/.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.7% | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | accuracy | 98.9% | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | accuracy | 90.6% | (/.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 | 98.9% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 90.6% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 48.0ms | 256× | 0 | valid |
Compiled 92 to 19 computations (79.3% saved)
ival-mult: 12.0ms (62.5% of total)ival-div: 4.0ms (20.8% of total)ival-sub: 1.0ms (5.2% of total)ival-add: 1.0ms (5.2% of total)const: 1.0ms (5.2% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (+ (* x y) (* z (* t -9))) (* a 2))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* x y)> |
#<alt (* z (* t -9))> |
#<alt (/ (- (* x y) (* (* z 9) t)) (* a 2))> |
#<alt (- (* x y) (* (* z 9) t))> |
#<alt (* (* z 9) t)> |
#<alt (* a 2)> |
| Outputs |
|---|
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
75 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | a | @ | -inf | (* a 2) |
| 2.0ms | a | @ | inf | (/ (- (* x y) (* (* z 9) t)) (* a 2)) |
| 2.0ms | y | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 2.0ms | t | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | y | @ | inf | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1× | 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)
11 alts after pruning (10 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1045 | 10 | 1055 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1046 | 11 | 1057 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 61.7% | (/.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)))) |
| ✓ | 89.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 51.5% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| 50.0% | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 89.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 89.6% | (/.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)) | |
| 69.7% | (+.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))) | |
| 65.9% | (+.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)))) | |
| ▶ | 77.4% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| 54.0% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) | |
| ▶ | 50.0% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
Compiled 438 to 287 computations (34.5% saved)
| 1× | egg-herbie |
Found 18 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 | 640 | (/.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 x y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 t z) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 t z) a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 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)))))) |
| 5952× | *-lowering-*.f32 |
| 5952× | *-lowering-*.f64 |
| 3118× | /-lowering-/.f32 |
| 3118× | /-lowering-/.f64 |
| 1594× | associate-*l/ |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 226 |
| 1 | 100 | 222 |
| 2 | 335 | 214 |
| 3 | 2000 | 214 |
| 4 | 5998 | 214 |
| 0 | 8310 | 214 |
| 1× | iter limit |
| 1× | node limit |
| 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 (/ (* t z) a)) |
-9/2 |
(/ (* t z) a) |
(* t z) |
t |
z |
a |
(/ (* x y) (* a 2)) |
(* x y) |
x |
y |
(* 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 |
|---|
(/ 1/2 (/ a (+ (* x y) (* z (* t -9))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (+ (* x y) (* z (* t -9)))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
a |
(+ (* 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) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
-9/2 |
#s(literal -9/2 binary64) |
(/ (* t z) a) |
(/.f64 (*.f64 z t) a) |
(* t z) |
(*.f64 z t) |
t |
z |
a |
(/ (* x y) (* a 2)) |
(/.f64 (*.f64 y (/.f64 x a)) #s(literal 2 binary64)) |
(* x y) |
(*.f64 x y) |
x |
y |
(* 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 (/.f64 y a) (+.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))) |
(/ y a) |
(/.f64 y a) |
y |
a |
(+ (* -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 (*.f64 z t) y) |
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 |
(/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
(+.f64 (/.f64 (*.f64 y (/.f64 x a)) #s(literal 2 binary64)) (/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t))) |
(- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) |
(+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 x y) #s(literal 2/9 binary64))) (*.f64 a (*.f64 z t))) #s(literal -2 binary64)) |
(* (/ (* x y) a) (* (/ a (* z t)) 2/9)) |
(/.f64 (*.f64 a (*.f64 (*.f64 x y) #s(literal 2/9 binary64))) (*.f64 a (*.f64 z t))) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(* x y) |
(*.f64 x y) |
x |
y |
a |
(* (/ a (* z t)) 2/9) |
(/.f64 (*.f64 a #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 #s(literal 4/9 binary64)) z) t) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 92.3% | (/.f64 (*.f64 x y) a) |
| ✓ | accuracy | 90.8% | (/.f64 a (*.f64 z t)) |
| ✓ | accuracy | 82.9% | (/.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 | 74.3% | (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) |
| ✓ | accuracy | 89.7% | (*.f64 t (/.f64 z y)) |
| ✓ | accuracy | 83.2% | (*.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 x y) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 92.3% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 t z) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | accuracy | 91.0% | (/.f64 (*.f64 t z) a) |
| ✓ | 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 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 98.9% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 90.3% | (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| 186.0ms | 256× | 0 | valid |
Compiled 239 to 37 computations (84.5% saved)
ival-mult: 107.0ms (81.3% of total)ival-div: 16.0ms (12.2% of total)...c/correct-round.rkt:119:19: 4.0ms (3% of total)ival-add: 3.0ms (2.3% of total)ival-sub: 1.0ms (0.8% of total)const: 1.0ms (0.8% 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 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (* t z)> |
#<alt (/ (* x y) (* a 2))> |
#<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 (* z (* t -9))> |
#<alt (* t (/ z y))> |
#<alt (/ a (* z t))> |
#<alt (/ (* x y) a)> |
| 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 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 (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -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 (* -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 (/ (* 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 (/ 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)> |
213 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | t | @ | 0 | (* (/ y a) (+ (* -9/2 (* t (/ z y))) (* 1/2 x))) |
| 4.0ms | x | @ | -inf | (/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
| 2.0ms | x | @ | -inf | (/ a (+ (* x y) (* z (* t -9)))) |
| 2.0ms | a | @ | 0 | (/ (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) (* 2 (* (/ a (* z t)) 2/9))) |
| 2.0ms | t | @ | 0 | (- (* (/ (* x y) a) (* (/ a (* z t)) 2/9)) 2) |
| 1× | batch-egg-rewrite |
| 3514× | /-lowering-/.f32 |
| 3514× | /-lowering-/.f64 |
| 3060× | *-lowering-*.f32 |
| 3060× | *-lowering-*.f64 |
| 2262× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 172 |
| 1 | 199 | 168 |
| 2 | 1698 | 168 |
| 0 | 8135 | 168 |
| 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 (/ (* t z) a)) |
(/ (* t z) a) |
(* t z) |
(/ (* x y) (* a 2)) |
(* 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)) |
(* z (* t -9)) |
(* t (/ z y)) |
(/ a (* z t)) |
(/ (* x y) a) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) #s(literal -1 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(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 2 binary64)))) |
(fma.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.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))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(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 2 binary64)))) |
(fma.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) x (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) x (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a))) |
(neg.f64 (/.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 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 #s(literal 1/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 (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 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 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 #s(literal 1/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) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.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 x (*.f64 y (*.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 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z 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 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 (*.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 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.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 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (neg.f64 (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.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 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.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)))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1 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 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 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)))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1/2 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) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.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)))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 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)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 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) (+.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 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z 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 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 x (*.f64 y (*.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 (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) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.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 z t) (*.f64 z t)) #s(literal 81 binary64)) (-.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 t (*.f64 #s(literal -9 binary64) z) (*.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)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z 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 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.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 y) (*.f64 x (*.f64 y (*.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 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.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 x (*.f64 y (*.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 y) (*.f64 x (*.f64 y (*.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 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.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 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 y (*.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 z t) (*.f64 z t)) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y)))) (-.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 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 x (*.f64 y (*.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 x (*.f64 y (*.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 (neg.f64 (-.f64 (*.f64 x (*.f64 y (*.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 z t) (*.f64 z t)) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.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 y) (*.f64 x (*.f64 y (*.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 x (*.f64 y (*.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 x (*.f64 y (*.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 x (*.f64 y (*.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 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 x y) |
(*.f64 y x) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 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 #s(literal 0 binary64) (*.f64 z t)) a)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 z t))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z 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 #s(literal 1 binary64) (*.f64 z t)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z 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 a (*.f64 z t)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 z (*.f64 t (/.f64 #s(literal 1 binary64) a))) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.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 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z 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 a #s(literal 2 binary64)) (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) x)) (neg.f64 (/.f64 a y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 (/.f64 x (/.f64 a y))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.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 x a) y) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) (/.f64 a y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a y)) |
(/.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 x (/.f64 a y)))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 x a) y)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64))) (neg.f64 (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 1/2 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))) (neg.f64 (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 x (/.f64 y #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) x) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (/.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 x y) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (+.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 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (/.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 #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 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.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 #s(literal 1/2 binary64) x)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) 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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 t (/.f64 z y)) (/.f64 y a)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (*.f64 t (/.f64 z y)) (*.f64 #s(literal -9/2 binary64) (/.f64 y a)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 y a) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (*.f64 a #s(literal 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 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y))) |
(fma.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) 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 z y)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 y a) (*.f64 t (/.f64 z y))) #s(literal -9/2 binary64) (/.f64 (*.f64 x y) (*.f64 a #s(literal 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 2 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 #s(literal 1 binary64) (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal 1/2 binary64) x))) 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 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 #s(literal 1/2 binary64) x)))) (-.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 x (/.f64 a y)) (*.f64 (/.f64 x (/.f64 a y)) (/.f64 x (/.f64 a y)))) #s(literal 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 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))))))) |
(/.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 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 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 (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) #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 #s(literal 1/2 binary64) x))) (-.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 #s(literal 1/2 binary64) x))) (/.f64 a y)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (*.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 y) (/.f64 a y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (/.f64 a y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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/2 binary64) x) 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/2 binary64) x) 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/2 binary64) x) (-.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/2 binary64) x) (/.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/2 binary64) x) (-.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/2 binary64) x) (/.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 x (/.f64 a y)) (/.f64 a y)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) a) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 a y)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (/.f64 a y)) (/.f64 a y)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a y)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.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 y)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a y))) |
(/.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 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.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 y)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a y)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.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 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.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 y)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 a y))) |
(/.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 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.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 y)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a y)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a y)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a y)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a y)) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a y)) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a y)) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a y)) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (/.f64 a y))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (neg.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 y)) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (neg.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 y)) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 x (/.f64 a y))) (/.f64 a y)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 #s(literal -2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 x (/.f64 a y))) a) (*.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 x (/.f64 a y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 x (/.f64 a y))) (/.f64 a y)) (*.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 x (/.f64 a y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 x (/.f64 a y))) (/.f64 a y)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 #s(literal -2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a y)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a y)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a y)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x)) 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 #s(literal 1/2 binary64) x)) 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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x) 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 #s(literal 1/2 binary64) x) 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 #s(literal 1/2 binary64) x) 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 #s(literal 1/2 binary64) x) 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 #s(literal 1/2 binary64) x) 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 #s(literal 1/2 binary64) x) 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 #s(literal 1/2 binary64) x) 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 a) y) (/.f64 a y)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (/.f64 a y)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (/.f64 a y)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x)) 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 #s(literal 1/2 binary64) x)) 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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x)) 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 #s(literal 1/2 binary64) x)) 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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) (/.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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) (/.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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 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 y) #s(literal 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 (*.f64 x y) #s(literal 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 (*.f64 x y) #s(literal 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 (*.f64 x y) #s(literal 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 (*.f64 x y) #s(literal 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 (*.f64 x y) #s(literal 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 (*.f64 x y) #s(literal 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 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a y) (*.f64 x y))) (*.f64 (/.f64 a y) (*.f64 a #s(literal 2 binary64)))) |
(/.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/2 binary64) x))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 2 binary64)) (*.f64 (/.f64 a y) (/.f64 x (/.f64 a y)))) (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a y) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) (*.f64 (/.f64 a y) #s(literal -1 binary64))) (*.f64 (/.f64 a y) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a y) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal -2 binary64)) (*.f64 (/.f64 a y) (neg.f64 (/.f64 x (/.f64 a y))))) (*.f64 (/.f64 a y) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a y) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a y) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) a) (*.f64 (/.f64 a y) (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x) y))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 2 binary64)) (*.f64 (/.f64 a y) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.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 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x)))) (*.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 x (/.f64 y #s(literal 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 y) #s(literal 2 binary64)))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.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/2 binary64) x))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) #s(literal 2 binary64)) (*.f64 a (/.f64 x (/.f64 a y)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 x (/.f64 a y))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 y (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal 2 binary64))) |
(/.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 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x)))) (*.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 x (/.f64 y #s(literal 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 y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.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/2 binary64) x))) (*.f64 a (/.f64 a y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) #s(literal 2 binary64)) (*.f64 a (/.f64 x (/.f64 a y)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 x (/.f64 a y))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) a) (*.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) a) (*.f64 a (*.f64 (*.f64 #s(literal 1/2 binary64) x) y))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) y) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal 2 binary64))) |
(/.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 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x)))) (*.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 x (/.f64 y #s(literal 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 y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal 2 binary64)))) |
(/.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/2 binary64) x))) (*.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)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x (/.f64 a y)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x 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 2 binary64) (/.f64 x (/.f64 a y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 x (/.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 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 x (/.f64 a y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x) 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)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.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 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x)))) (*.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 x (/.f64 y #s(literal 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 y) #s(literal 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)) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a y) (*.f64 x y))) (*.f64 (/.f64 a y) (*.f64 a #s(literal 2 binary64)))) |
(/.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/2 binary64) x))) (*.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)) #s(literal 2 binary64)) (*.f64 (/.f64 a y) (/.f64 x (/.f64 a y)))) (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a y) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) (*.f64 (/.f64 a y) #s(literal -1 binary64))) (*.f64 (/.f64 a y) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a y) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a y) (neg.f64 (/.f64 x (/.f64 a y))))) (*.f64 (/.f64 a y) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a y) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a y) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x) 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)) #s(literal 2 binary64)) (*.f64 (/.f64 a y) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.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 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x)))) (*.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 x (/.f64 y #s(literal 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 y) #s(literal 2 binary64)))) (*.f64 (/.f64 a y) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal 2 binary64)))) |
(/.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/2 binary64) x))) (*.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))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x (/.f64 a y)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x 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 2 binary64) (/.f64 x (/.f64 a y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 x (/.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 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 x (/.f64 a y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x) 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))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.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 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x)))) (*.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 x (/.f64 y #s(literal 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 y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a y) (*.f64 x y))) (*.f64 (/.f64 a y) (*.f64 a #s(literal 2 binary64)))) |
(/.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/2 binary64) x))) (*.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))) #s(literal 2 binary64)) (*.f64 (/.f64 a y) (/.f64 x (/.f64 a y)))) (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a y) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a y) #s(literal 1 binary64))) (*.f64 (/.f64 a y) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)))) (*.f64 (/.f64 a y) #s(literal -1 binary64))) (*.f64 (/.f64 a y) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a y) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a y) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) #s(literal -2 binary64)) (*.f64 (/.f64 a y) (neg.f64 (/.f64 x (/.f64 a y))))) (*.f64 (/.f64 a y) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a y) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a y) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x) 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))) #s(literal 2 binary64)) (*.f64 (/.f64 a y) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a y) #s(literal 2 binary64))) |
(/.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 1/2 binary64) x) (-.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 #s(literal 1/2 binary64) x) #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 #s(literal 1/2 binary64) x)))) (*.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 #s(literal 1/2 binary64) x)))) (*.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 x (/.f64 y #s(literal 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 y) #s(literal 2 binary64)))) (*.f64 (/.f64 a y) a)) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal 1/2 binary64) x))) (neg.f64 (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 y (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 #s(literal 0 binary64) y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 #s(literal 1/2 binary64) x))))) (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 x (/.f64 a y)) (*.f64 (/.f64 x (/.f64 a y)) (/.f64 x (/.f64 a y)))) #s(literal 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 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64)))))))) |
(/.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 x y) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 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 (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 #s(literal 1/2 binary64) x)) (-.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 #s(literal 1/2 binary64) x)) #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 #s(literal 1/2 binary64) x)))) (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 #s(literal 1/2 binary64) x)))) (neg.f64 (/.f64 a y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) |
(*.f64 y (/.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (/.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 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(*.f64 (*.f64 y (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)) (*.f64 #s(literal 1/2 binary64) x))) (/.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 #s(literal 1/2 binary64) x)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))) |
(-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (+.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 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) |
(fma.f64 #s(literal 1/2 binary64) x (/.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 #s(literal 1/2 binary64) x)) |
(fma.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z 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 t (/.f64 z 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 z t)) (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z y)) t (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (*.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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (*.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 z y)) (*.f64 t (/.f64 z y))))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (+.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 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.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 z y)) (*.f64 t (/.f64 z y)))))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z 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 z y)) (*.f64 t (/.f64 z y)))) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 y z))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 t (/.f64 z y)) (*.f64 t (/.f64 z y)))) (*.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 #s(literal -9/2 binary64) (*.f64 z t)) y) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.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 z y))) |
(*.f64 (/.f64 z y) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t (/.f64 z y)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z y)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.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 a (*.f64 z t)) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))))) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))))) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))))))) (/.f64 #s(literal 8 binary64) (*.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))))) (/.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 z t)) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)) (/.f64 (/.f64 x (/.f64 a y)) #s(literal 2/9 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 a y)) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)) #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 1 binary64)) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))))) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) |
(/.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 (*.f64 #s(literal 2 binary64) (/.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 1 binary64))) (neg.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.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 a (*.f64 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 a (*.f64 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 a (*.f64 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 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 1 binary64)) (/.f64 a (*.f64 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/9 binary64)) #s(literal 9/2 binary64)) (/.f64 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal -2 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2/9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 #s(literal 2 binary64) (/.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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)))) (*.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) #s(literal -2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.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))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)) a) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) #s(literal 2/9 binary64)) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)))) (*.f64 (*.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) (*.f64 (/.f64 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) #s(literal -2 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 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 a (*.f64 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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 z t)) #s(literal 4/9 binary64))) #s(literal 4 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) #s(literal -4 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 #s(literal 2 binary64) (/.f64 a z)) t)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) #s(literal 4/9 binary64)) (*.f64 #s(literal 2/9 binary64) (*.f64 (/.f64 a (*.f64 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 #s(literal 2 binary64) (/.f64 a z)) t)) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64))) #s(literal -4/9 binary64)) (*.f64 #s(literal 2/9 binary64) (*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)) (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)) #s(literal 2/9 binary64)) (*.f64 #s(literal 2/9 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 z t)) #s(literal 4/9 binary64))) (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) #s(literal 2 binary64)))) (neg.f64 (*.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))))) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 1 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 a (*.f64 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 (*.f64 #s(literal 2 binary64) (/.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 1 binary64)) (/.f64 a (*.f64 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/9 binary64)) #s(literal 9/2 binary64))) (neg.f64 (/.f64 a (*.f64 z t)))) |
(pow.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 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 1 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 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal -2/9 binary64)))) |
(*.f64 (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 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 1 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 a (*.f64 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 1 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (/.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 1 binary64)) (*.f64 a #s(literal 2/9 binary64))) (*.f64 z t)) |
(*.f64 (pow.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 a (*.f64 z t)) #s(literal 4/9 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 (/.f64 a (*.f64 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 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 2/9 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) |
(*.f64 (/.f64 a (*.f64 z t)) #s(literal 4/9 binary64)) |
(*.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t)) |
(*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) #s(literal 2 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (/.f64 a z)) t) #s(literal 2/9 binary64)) |
(*.f64 #s(literal 4/9 binary64) (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 #s(literal 1 binary64) a) #s(literal -2 binary64)) |
(fma.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal 2/9 binary64)) (/.f64 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 a (*.f64 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 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))))) |
(/.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (*.f64 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))))) |
(/.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 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) (-.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 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 (/.f64 x (/.f64 a y)) (*.f64 a #s(literal 2/9 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 z 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 #s(literal 0 binary64) (*.f64 z t))) |
(pow.f64 (/.f64 a (*.f64 (*.f64 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)))) #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 a (*.f64 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 x y) (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 x (/.f64 a y)) #s(literal 2/9 binary64)) (/.f64 a (*.f64 z t))) |
(*.f64 (*.f64 (/.f64 #s(literal 2/9 binary64) (/.f64 (*.f64 z t) a)) x) (/.f64 y a)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.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) |
(-.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 #s(literal 0 binary64) (*.f64 z 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 #s(literal 0 binary64) (*.f64 z 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) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 z t) a)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z 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 #s(literal 0 binary64) a) (*.f64 z t))) |
(/.f64 a (*.f64 z t)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z 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 #s(literal 1 binary64) (*.f64 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 #s(literal 0 binary64) (*.f64 z 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 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) t)) (neg.f64 (/.f64 z a))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 a t)) (-.f64 #s(literal 0 binary64) z)) |
(pow.f64 (/.f64 (*.f64 z t) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 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 #s(literal 1 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 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(*.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 a z) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (*.f64 t (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 t a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z 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 #s(literal 1 binary64) (*.f64 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 #s(literal 0 binary64) (*.f64 z 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 (*.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 |
| 7048× | *-lowering-*.f32 |
| 7048× | *-lowering-*.f64 |
| 3302× | /-lowering-/.f32 |
| 3302× | /-lowering-/.f64 |
| 1376× | times-frac |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 516 | 8180 |
| 1 | 1869 | 8133 |
| 2 | 7346 | 8129 |
| 0 | 8188 | 8129 |
| 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 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) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* -9/2 (/ (* t z) a)) |
(+ (* -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))) |
(* -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)) |
(/ (* 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) |
(/ 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 |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.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 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (*.f64 (/.f64 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) a)) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) y) (*.f64 z 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 a (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/6561 binary64) (*.f64 x (*.f64 a (*.f64 y (*.f64 y y))))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -1/729 binary64) a) (/.f64 (*.f64 y y) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z))))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/.f64 (-.f64 (/.f64 a y) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) y) y))) x)) 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 a y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 t (*.f64 t (*.f64 z z)))) (*.f64 x (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.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 (*.f64 #s(literal 729 binary64) a) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 y #s(literal 4 binary64))))) (-.f64 (/.f64 a y) (*.f64 (/.f64 #s(literal -81 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 (*.f64 t t) (*.f64 z (*.f64 z a))) (*.f64 x x))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 y y)))) x) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) y) y))) x) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 t (*.f64 t (*.f64 z z)))) (*.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) (pow.f64 y #s(literal 4 binary64))) (*.f64 (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z))))) (/.f64 a x))) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 t (*.f64 t a))) (*.f64 z z)) (*.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 (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) y) (*.f64 z 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 y (*.f64 x (*.f64 x a)))) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 t (*.f64 t (*.f64 z 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 #s(literal -1/6561 binary64) (pow.f64 t #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y a) (*.f64 x (*.f64 x x))) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x (*.f64 x a))) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y) |
(/.f64 (+.f64 (/.f64 a x) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 t t) (*.f64 z (*.f64 z a))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 81 binary64) y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y)) y) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y) |
(/.f64 (-.f64 (-.f64 (+.f64 (/.f64 a x) (*.f64 (/.f64 #s(literal 729 binary64) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z))))) (/.f64 a (pow.f64 x #s(literal 4 binary64)))))) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y))) (*.f64 (/.f64 #s(literal -81 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 t t) (*.f64 z (*.f64 z a))) (*.f64 y y)))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y)) |
(/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) 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 (*.f64 t t) (*.f64 z (*.f64 z a))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 81 binary64) y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y))) y) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) y))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow x 3)))) y)) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) a) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))) (*.f64 y (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 t (*.f64 t a))) (*.f64 z z)) (*.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 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) a) (/.f64 (/.f64 (*.f64 t (*.f64 t z)) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x)))) (/.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 #s(literal 729 binary64) (pow.f64 x #s(literal 4 binary64))) (/.f64 (*.f64 z (*.f64 a (*.f64 t (*.f64 t t)))) (pow.f64 y #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t (*.f64 t a))) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) y) (*.f64 t (*.f64 t 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) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 t t))) (/.f64 #s(literal -1/729 binary64) z)) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) y) (*.f64 t t))) z)) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) (pow z 3))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2)))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))))) z) |
(/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (*.f64 (/.f64 #s(literal -1/6561 binary64) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 a (*.f64 x (*.f64 x x)))) (pow.f64 t #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x a) #s(literal 1/81 binary64)) y) (*.f64 t (*.f64 t z))) (*.f64 (/.f64 #s(literal 1/729 binary64) (*.f64 t (*.f64 t t))) (/.f64 (*.f64 a (*.f64 x (*.f64 x (*.f64 y y)))) (*.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 x a) #s(literal 1/81 binary64)) y) (*.f64 t (*.f64 t z))) (*.f64 (/.f64 a t) #s(literal 1/9 binary64))) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 t t))) (/.f64 #s(literal -1/729 binary64) z)) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) 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 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 t (*.f64 t t)))) (neg.f64 z)) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) 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 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 (*.f64 z (*.f64 t a)) z)) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.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 t (*.f64 (*.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 x (*.f64 x (*.f64 y (*.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 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) 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 a #s(literal -1/9 binary64)) z) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 z z)))) t) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) y) (*.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 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (*.f64 (*.f64 t t) (*.f64 t (pow.f64 z #s(literal 4 binary64))))) (-.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x a) #s(literal 1/81 binary64)) y) (*.f64 t (*.f64 z z))) (*.f64 (/.f64 #s(literal 1/729 binary64) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 a (*.f64 x (*.f64 x (*.f64 y 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 (*.f64 (*.f64 x a) #s(literal 1/81 binary64)) 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 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 z z)))) t) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) 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 #s(literal 1/6561 binary64) t) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 a (*.f64 x (*.f64 x x)))) (pow.f64 z #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 z z))))) (neg.f64 t)) (/.f64 (*.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) y) (*.f64 z z))) t)) (neg.f64 t)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) x)) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.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 (-.f64 #s(literal 0 binary64) y) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) y)) x)) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 t z) y)) x)) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.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 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ (* t 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) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) a)) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.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 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (*.f64 (/.f64 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #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 (*.f64 z #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 (*.f64 z #s(literal -9/2 binary64)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) y)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) y)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) y)) (neg.f64 t)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #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 (*.f64 t #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 (*.f64 t #s(literal -9/2 binary64)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) y)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) y)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) y)) (neg.f64 z)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.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 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x y)))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x y)))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x y)))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 x (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 t z) x) #s(literal 9/2 binary64)) y)))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 x (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 t z) x) #s(literal 9/2 binary64)) y)))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 x (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 t z) x) #s(literal 9/2 binary64)) y)))) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (*.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 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (*.f64 (/.f64 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) 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 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 t z) y)) a)) (-.f64 #s(literal 0 binary64) y)) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 9/4 (/ (* t (* z (- (* 2/9 (/ (* x y) (* t z))) 2))) a)) |
(/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (*.f64 t z) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #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 (*.f64 x y) 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 (*.f64 x y) 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 (*.f64 x y) a)) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) #s(literal -1 binary64))) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
(* 4/9 (/ a (* t z))) |
(*.f64 (/.f64 (/.f64 a t) z) #s(literal 4/9 binary64)) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 2/9 binary64)) (*.f64 t z)) (/.f64 #s(literal -2 binary64) x))) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 2/9 binary64)) (*.f64 t z)) (/.f64 #s(literal -2 binary64) x))) |
(* x (- (* 2/9 (/ y (* t z))) (* 2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 2/9 binary64)) (*.f64 t z)) (/.f64 #s(literal -2 binary64) x))) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 y #s(literal -2/9 binary64)) (*.f64 t z)))) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 y #s(literal -2/9 binary64)) (*.f64 t z)))) |
(* -1 (* x (+ (* -2/9 (/ y (* t z))) (* 2 (/ 1 x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 y #s(literal -2/9 binary64)) (*.f64 t z)))) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 x #s(literal 2/9 binary64)) (*.f64 t z)) (/.f64 #s(literal -2 binary64) y))) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 x #s(literal 2/9 binary64)) (*.f64 t z)) (/.f64 #s(literal -2 binary64) y))) |
(* y (- (* 2/9 (/ x (* t z))) (* 2 (/ 1 y)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 x #s(literal 2/9 binary64)) (*.f64 t z)) (/.f64 #s(literal -2 binary64) y))) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 2 binary64) y) (*.f64 #s(literal -2/9 binary64) (/.f64 (/.f64 x t) z)))) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 2 binary64) y) (*.f64 #s(literal -2/9 binary64) (/.f64 (/.f64 x t) z)))) |
(* -1 (* y (+ (* -2/9 (/ x (* t z))) (* 2 (/ 1 y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 2 binary64) y) (*.f64 #s(literal -2/9 binary64) (/.f64 (/.f64 x t) z)))) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/.f64 (+.f64 (*.f64 z #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t)) z) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/.f64 (+.f64 (*.f64 z #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t)) z) |
(/ (+ (* -2 z) (* 2/9 (/ (* x y) t))) z) |
(/.f64 (+.f64 (*.f64 z #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t)) z) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(/ (+ (* -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 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
-2 |
#s(literal -2 binary64) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(- (* 2/9 (/ (* x y) (* t z))) 2) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) #s(literal -2 binary64)) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) t) z) |
(* 2/9 (/ (* x y) (* t z))) |
(/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal 2/9 binary64)) 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)) |
(/ (* 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) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a t) z) |
(/ a (* t z)) |
(/.f64 (/.f64 a 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 47566 to 3743 computations (92.1% saved)
14 alts after pruning (11 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1997 | 11 | 2008 |
| Fresh | 5 | 0 | 5 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 2005 | 14 | 2019 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 89.6% | (/.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)))))) |
| 48.7% | (/.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/2 binary64) x))) (*.f64 (/.f64 a y) (/.f64 a y))) | |
| ✓ | 89.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 54.0% | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) | |
| ✓ | 51.5% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 50.0% | (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
| 51.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) | |
| ▶ | 51.6% | (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
| 49.9% | (*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) | |
| 49.6% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) | |
| ▶ | 49.5% | (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
| ✓ | 50.0% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| 49.6% | (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) | |
| ▶ | 51.6% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 366 to 261 computations (28.7% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 z #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 y (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
| ✓ | cost-diff | 0 | (/.f64 z a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
| ✓ | 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 (*.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 | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 128 | (/.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)))))) |
| 432× | *-lowering-*.f32 |
| 432× | *-lowering-*.f64 |
| 248× | times-frac |
| 242× | fma-define |
| 180× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 128 |
| 1 | 63 | 127 |
| 2 | 130 | 127 |
| 3 | 233 | 127 |
| 4 | 461 | 127 |
| 5 | 690 | 127 |
| 6 | 785 | 127 |
| 7 | 800 | 127 |
| 0 | 800 | 127 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (/ 1/2 a) (/ 1 (+ (* x y) (* z (* t -9))))) |
(/ 1/2 a) |
1/2 |
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 |
(* -9/2 (* z (/ t a))) |
-9/2 |
(* z (/ t a)) |
z |
(/ t a) |
t |
a |
(* t (* (/ z a) -9/2)) |
t |
(* (/ z a) -9/2) |
(/ z a) |
z |
a |
-9/2 |
(* (/ y (* a 2)) x) |
(/ y (* a 2)) |
y |
(* a 2) |
a |
2 |
x |
(/ (* t (* z -9/2)) a) |
(* t (* z -9/2)) |
t |
(* z -9/2) |
z |
-9/2 |
a |
| Outputs |
|---|
(/ (/ 1/2 a) (/ 1 (+ (* x y) (* z (* t -9))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(/ 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) |
(* -9/2 (* z (/ t a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
-9/2 |
#s(literal -9/2 binary64) |
(* z (/ t a)) |
(*.f64 z (/.f64 t a)) |
z |
(/ t a) |
(/.f64 t a) |
t |
a |
(* t (* (/ z a) -9/2)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
t |
(* (/ z a) -9/2) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) a) |
(/ z a) |
(/.f64 z a) |
z |
a |
-9/2 |
#s(literal -9/2 binary64) |
(* (/ y (* a 2)) x) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/ y (* a 2)) |
(/.f64 y (*.f64 a #s(literal 2 binary64))) |
y |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
x |
(/ (* t (* z -9/2)) a) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* t (* z -9/2)) |
(*.f64 z (*.f64 t #s(literal -9/2 binary64))) |
t |
(* z -9/2) |
(*.f64 z #s(literal -9/2 binary64)) |
z |
-9/2 |
#s(literal -9/2 binary64) |
a |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -9/2 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | accuracy | 91.1% | (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
| ✓ | accuracy | 100.0% | (/.f64 y (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 91.6% | (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
| ✓ | accuracy | 100.0% | (/.f64 z a) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) |
| ✓ | accuracy | 90.2% | (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ✓ | accuracy | 91.8% | (*.f64 z (/.f64 t a)) |
| ✓ | accuracy | 99.7% | (*.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 | 98.9% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 90.7% | (/.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)))))) |
| 74.0ms | 256× | 0 | valid |
Compiled 139 to 30 computations (78.4% saved)
ival-mult: 19.0ms (57.2% of total)ival-div: 12.0ms (36.1% of total)ival-add: 1.0ms (3% of total)const: 1.0ms (3% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (/ 1/2 a) (/ 1 (+ (* x y) (* z (* t -9)))))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1 (+ (* x y) (* z (* t -9))))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* -9/2 (* z (/ t a)))> |
#<alt (* z (/ t a))> |
#<alt (/ t a)> |
#<alt (* t (* (/ z a) -9/2))> |
#<alt (* (/ z a) -9/2)> |
#<alt (/ z a)> |
#<alt (* (/ y (* a 2)) x)> |
#<alt (/ y (* a 2))> |
#<alt (* a 2)> |
#<alt (/ (* t (* z -9/2)) a)> |
#<alt (* t (* z -9/2))> |
#<alt (* z -9/2)> |
#<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 (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ -1/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 (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -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 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (* -9/2 (/ z a))> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) 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 (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9 (* 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))> |
129 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 13.0ms | a | @ | inf | (/ t a) |
| 0.0ms | z | @ | inf | (/ 1 (+ (* x y) (* z (* t -9)))) |
| 0.0ms | t | @ | inf | (/ 1 (+ (* x y) (* z (* t -9)))) |
| 0.0ms | x | @ | inf | (/ 1 (+ (* x y) (* z (* t -9)))) |
| 0.0ms | y | @ | inf | (/ 1 (+ (* x y) (* z (* t -9)))) |
| 1× | batch-egg-rewrite |
| 4584× | *-lowering-*.f32 |
| 4584× | *-lowering-*.f64 |
| 2718× | /-lowering-/.f32 |
| 2718× | /-lowering-/.f64 |
| 1178× | frac-times |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 98 |
| 1 | 121 | 97 |
| 2 | 765 | 97 |
| 3 | 7819 | 97 |
| 0 | 8002 | 97 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ 1/2 a) (/ 1 (+ (* x y) (* z (* t -9))))) |
(/ 1/2 a) |
(/ 1 (+ (* x y) (* z (* t -9)))) |
(+ (* x y) (* z (* t -9))) |
(* -9/2 (* z (/ t a))) |
(* z (/ t a)) |
(/ t a) |
(* t (* (/ z a) -9/2)) |
(* (/ z a) -9/2) |
(/ z a) |
(* (/ y (* a 2)) x) |
(/ y (* a 2)) |
(* a 2) |
(/ (* t (* z -9/2)) a) |
(* t (* z -9/2)) |
(* z -9/2) |
(* z (* t -9)) |
| Outputs |
|---|
(+.f64 (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) (*.f64 (*.f64 (*.f64 z 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 1/2 binary64))) (/.f64 x (/.f64 a (/.f64 y #s(literal 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 z t) #s(literal 9 binary64)) (/.f64 #s(literal -1/2 binary64) a)) (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.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 a #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(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 x (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/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 1/2 binary64)))) |
(fma.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/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 1/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 1/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 1/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 1/2 binary64)))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(neg.f64 (*.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 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 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a))) |
(/.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 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 a #s(literal 1/2 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 binary64) (*.f64 #s(literal 2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (*.f64 (/.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 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 (/.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 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.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) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (*.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 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.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 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.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 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.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 y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1 binary64)) |
(/.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/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal -1/2 binary64)) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.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 y (*.f64 y (*.f64 x x))))) (*.f64 (/.f64 a #s(literal 1/2 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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x))))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (-.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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 a (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.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 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x))))) (*.f64 a (-.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (-.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 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.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 #s(literal 1/2 binary64) a) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x))))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (-.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 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.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 y (*.f64 y (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (-.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.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 #s(literal -1/2 binary64) a) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.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 #s(literal -1/2 binary64) a) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x))))) (*.f64 #s(literal -1 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 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x))))) (*.f64 #s(literal 2 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 #s(literal -1/2 binary64) a)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 -1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) #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 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) #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 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 -1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #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 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.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 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #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 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #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 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #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 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) #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 y (*.f64 y (*.f64 x x)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) #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 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) #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 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) #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 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.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 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z 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 (pow.f64 (/.f64 x (/.f64 a (/.f64 y #s(literal 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 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 x (/.f64 a (/.f64 y #s(literal 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 x (/.f64 a (/.f64 y #s(literal 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 x (/.f64 a (/.f64 y #s(literal 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 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 x (/.f64 a (/.f64 y #s(literal 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 x (/.f64 a (/.f64 y #s(literal 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 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 x (/.f64 a (/.f64 y #s(literal 2 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 #s(literal 1 binary64) (*.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 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/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 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 #s(literal 1 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 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.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 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 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) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (*.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 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 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 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 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 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (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 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #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 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (/.f64 (/.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) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z 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 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.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 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.f64 (*.f64 (*.f64 z (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (*.f64 y (*.f64 y (*.f64 x x))))))) |
(*.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -2 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.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 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.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) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 y (*.f64 y (*.f64 x x))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 (*.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 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))))) |
(+.f64 (*.f64 (*.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 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))))) |
(+.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(-.f64 (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) |
(-.f64 (/.f64 (*.f64 x y) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z 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 #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 t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) |
(/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.f64 (*.f64 (*.f64 z (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (*.f64 y (*.f64 y (*.f64 x x)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 (*.f64 z 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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.f64 (*.f64 (*.f64 z (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (*.f64 y (*.f64 y (*.f64 x x)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.f64 (*.f64 (*.f64 z (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (*.f64 y (*.f64 y (*.f64 x x))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (-.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.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))))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 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 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.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 y (*.f64 y (*.f64 x x))) (*.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 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 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 y (*.f64 y (*.f64 x x))))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x))))))) (*.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 y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal 6561 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (neg.f64 (/.f64 (*.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 x y))) (neg.f64 (*.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 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 x y))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 x y) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1 binary64) (log.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (log.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 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 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.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 y (*.f64 y (*.f64 x x))) (+.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 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 y (*.f64 y (*.f64 x x))) (-.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 #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 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 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 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (neg.f64 (-.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x))))))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x)))) (-.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 y (*.f64 y (*.f64 x x)))) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (+.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 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 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 y (*.f64 y (*.f64 x x))))) (-.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) #s(literal 1 binary64)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #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 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) #s(literal 1 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x))))))) (*.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 y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x))))))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.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 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (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 y (*.f64 y (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 y (*.f64 y (*.f64 x x))) (+.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 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.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 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.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 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (/.f64 (*.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 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 y (*.f64 y (*.f64 x x))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x))))))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))))) |
(pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 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 #s(literal 1 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)))) #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 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.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 y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 t) #s(literal 9 binary64)) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.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 y (*.f64 y (*.f64 x x))) (*.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 y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) |
(*.f64 (-.f64 (*.f64 t (*.f64 z (*.f64 #s(literal 81 binary64) (*.f64 z t)))) (*.f64 y (*.f64 y (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 x x))) (*.f64 (*.f64 z (*.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 y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.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 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 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 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))))) (*.f64 (*.f64 (*.f64 z (*.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 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.f64 (*.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 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (*.f64 y (*.f64 y (*.f64 x x))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64))) (-.f64 (*.f64 (*.f64 y y) (*.f64 (*.f64 y (*.f64 x x)) (*.f64 y (*.f64 x x)))) (*.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 y (*.f64 y (*.f64 x x))) (*.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 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (-.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 y (*.f64 x x)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 y (*.f64 x x))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(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 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #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 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.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 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #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 a z)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.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 (*.f64 z t) a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 t (*.f64 z #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 1 binary64) a) (*.f64 t (*.f64 z #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 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 z t) (*.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (*.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (*.f64 z #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 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(neg.f64 (*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) z)) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) t)) |
(neg.f64 (*.f64 z (/.f64 t (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (*.f64 t (/.f64 z (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) |
(/.f64 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 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 z t) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) 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)) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (/.f64 t a) z) |
(*.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 z a) t) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.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 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(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 #s(literal 1 binary64) (/.f64 a t)) |
(/.f64 t a) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) a) |
(/.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 #s(literal 1 binary64) (/.f64 t a)) |
(*.f64 t (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal -1 binary64) 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 (/.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 t (*.f64 z #s(literal -9/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(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 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #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 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.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 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #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 a z)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.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 (*.f64 z t) a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 t (*.f64 z #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 1 binary64) a) (*.f64 t (*.f64 z #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 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 z t) (*.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (*.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (*.f64 z #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 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(neg.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal -9/2 binary64))) |
(neg.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z #s(literal -9/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a z)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z #s(literal -9/2 binary64))))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) a) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 z #s(literal -9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(*.f64 (/.f64 z a) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 z #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) #s(literal -9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) z) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(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 #s(literal 1 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a z))) |
(/.f64 #s(literal 1 binary64) (/.f64 a z)) |
(/.f64 z a) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) a) |
(/.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 a z) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 z a)) |
(*.f64 z (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 z a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) 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 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 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)) |
(neg.f64 (*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) x)) |
(neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x y))) |
(neg.f64 (*.f64 x (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) |
(neg.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal -1/2 binary64) a))) |
(neg.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(/.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 x) (/.f64 (/.f64 a #s(literal -1/2 binary64)) y)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) a)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal -1/2 binary64) a)) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) y) a) |
(/.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 (/.f64 a #s(literal -1/2 binary64)) y)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y a))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 y #s(literal 2 binary64)) x) a) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 a y)) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) x) (/.f64 (/.f64 a #s(literal -1/2 binary64)) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) x) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 x #s(literal 2 binary64))) (/.f64 a y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) x) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal -1/2 binary64) a) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x (/.f64 #s(literal 2 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 (/.f64 x (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) y)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a y)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 y (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y a) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) #s(literal -2 binary64)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) a) |
(/.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(/.f64 (*.f64 #s(literal -1/2 binary64) y) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) y) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 y #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1/2 binary64)) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y a))) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 a (/.f64 y #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 y a) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (/.f64 y #s(literal 2 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (/.f64 y #s(literal 2 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(neg.f64 (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 a #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)) |
(/.f64 (/.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal -2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64)) |
(*.f64 (/.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(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 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #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 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.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 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #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 a z)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 a z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.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 (*.f64 z t) a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 t (*.f64 z #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 1 binary64) a) (*.f64 t (*.f64 z #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 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 z t) (*.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (*.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (*.f64 z #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 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 z (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 z (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64))) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 z t) #s(literal 1 binary64))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) t) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 (*.f64 z t) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) z) |
(*.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) t) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -9/2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 z #s(literal -9/2 binary64)) |
(*.f64 #s(literal -9/2 binary64) z) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 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 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
| 1× | egg-herbie |
| 5470× | *-lowering-*.f32 |
| 5470× | *-lowering-*.f64 |
| 2772× | /-lowering-/.f32 |
| 2772× | /-lowering-/.f64 |
| 2194× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 413 | 4382 |
| 1 | 1538 | 4340 |
| 2 | 5666 | 4308 |
| 0 | 8294 | 4308 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ -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)))) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/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 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(* -9/2 (/ z a)) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -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)) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9 (* 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 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.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 (/.f64 (*.f64 t z) a) x) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 y (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) a) y))) #s(literal -1 binary64))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) a) y))) #s(literal -1 binary64))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) a) y))) #s(literal -1 binary64))) |
(* 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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) 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 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) 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 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) 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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x 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 y (/.f64 x 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 y (/.f64 x a))) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) 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 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) 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 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ -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 #s(literal -1/81 binary64) (/.f64 (/.f64 (*.f64 x (/.f64 y t)) t) z)) (/.f64 #s(literal -1/9 binary64) 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 z (*.f64 z (*.f64 t (*.f64 t (*.f64 t z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) y) (*.f64 t (*.f64 t (*.f64 z z)))))) (/.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) (*.f64 x (*.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 t (*.f64 t t))) (/.f64 (*.f64 y (/.f64 y (*.f64 z z))) z)))) (/.f64 (*.f64 #s(literal -1/81 binary64) y) (*.f64 t (*.f64 t (*.f64 z z)))))) (/.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 (*.f64 z (*.f64 t #s(literal 9 binary64))) y) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x)) y) |
(/ (- (+ (* 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 #s(literal 1 binary64) y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 t z) y) y))) x)) 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 #s(literal 729 binary64) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 z (*.f64 z (*.f64 t (*.f64 t (*.f64 t z))))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 t z) y) y))) x))) 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 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) 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 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 t z) y) y))) x) (/.f64 #s(literal 1 binary64) 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)) |
(/.f64 (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 t z) y) y)) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -729 binary64) x) (/.f64 (*.f64 z (*.f64 z (*.f64 t (*.f64 t (*.f64 t z))))) (pow.f64 y #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal -81 binary64)) (*.f64 z z)) (*.f64 y (*.f64 y y)))) x)) x) (/.f64 #s(literal 1 binary64) y)) 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 #s(literal -1/81 binary64) (/.f64 (/.f64 (*.f64 x (/.f64 y t)) t) z)) (/.f64 #s(literal -1/9 binary64) 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 z (*.f64 z (*.f64 t (*.f64 t (*.f64 t z)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) x) (*.f64 t (*.f64 t (*.f64 z z)))))) (/.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 #s(literal -1/6561 binary64) (*.f64 x (*.f64 x (*.f64 x y)))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x x)) (*.f64 z (*.f64 z (*.f64 t (*.f64 t (*.f64 t z)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) x) (*.f64 t (*.f64 t (*.f64 z z)))))) (/.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 (*.f64 z (*.f64 t #s(literal 9 binary64))) y) (*.f64 x x)) (/.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 #s(literal 1 binary64) x) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x x))) 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) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 729 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 z (*.f64 z (*.f64 t (*.f64 t (*.f64 t z))))) (pow.f64 x #s(literal 4 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x 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 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(* -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 #s(literal 81 binary64) (*.f64 t t)) (*.f64 z z)) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x x))) y) (/.f64 #s(literal 1 binary64) 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)) |
(/.f64 (+.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x x)) (/.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 (*.f64 (*.f64 t t) #s(literal -81 binary64)) (*.f64 z z)) (*.f64 x (*.f64 x x)))) y)) y) (/.f64 #s(literal 1 binary64) x)) 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 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x x)) (*.f64 y 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 t (*.f64 t z))) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (/.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) (*.f64 y y)) (*.f64 x x))))) |
(+ (* 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 #s(literal 729 binary64) (*.f64 t (*.f64 t (*.f64 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 t)) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))))) (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 x (*.f64 x (*.f64 y 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 #s(literal -1/81 binary64) (/.f64 (/.f64 (*.f64 x (/.f64 y t)) t) z)) (/.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 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 t (*.f64 t (*.f64 t z)))) (/.f64 (*.f64 (*.f64 x y) #s(literal -1/81 binary64)) (*.f64 t t))) z) (/.f64 #s(literal -1/9 binary64) 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 (*.f64 #s(literal -1/6561 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (pow.f64 t #s(literal 4 binary64))) (*.f64 z (*.f64 z z))) (-.f64 (-.f64 (/.f64 #s(literal -1/9 binary64) t) (/.f64 (*.f64 (*.f64 x y) #s(literal 1/81 binary64)) (*.f64 t (*.f64 t z)))) (*.f64 (/.f64 (*.f64 x x) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 y (/.f64 y (*.f64 z z))) #s(literal 1/729 binary64))))) 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 (*.f64 x y) #s(literal 1/81 binary64)) (*.f64 t (*.f64 t z)))) 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 (*.f64 #s(literal -1/729 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 t (*.f64 t (*.f64 t z)))) (/.f64 (*.f64 (*.f64 x y) #s(literal -1/81 binary64)) (*.f64 t t))) z)) (-.f64 #s(literal 0 binary64) 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 (*.f64 #s(literal 1/6561 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 x x)) (/.f64 (*.f64 y y) (*.f64 t (*.f64 t t))))) z) (/.f64 (*.f64 (*.f64 x y) #s(literal 1/81 binary64)) (*.f64 t t))) z)) (-.f64 #s(literal 0 binary64) 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 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x x)) (*.f64 y 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 x (*.f64 x (*.f64 y (*.f64 y y)))))) (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (*.f64 x (*.f64 y 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 x (*.f64 x (*.f64 y (*.f64 y y)))))))) (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (*.f64 x (*.f64 y 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 #s(literal -1/81 binary64) (/.f64 (/.f64 (*.f64 x (/.f64 y t)) t) z)) (/.f64 #s(literal -1/9 binary64) t)) z) |
(/ (- (* -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 (*.f64 (/.f64 (*.f64 x x) t) (*.f64 (/.f64 (*.f64 y (/.f64 y (*.f64 z z))) z) #s(literal -1/729 binary64))) (/.f64 (*.f64 (*.f64 x y) #s(literal -1/81 binary64)) (*.f64 z z))) t) (/.f64 #s(literal -1/9 binary64) 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 (*.f64 (*.f64 #s(literal -1/6561 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 t t) (*.f64 t (pow.f64 z #s(literal 4 binary64))))) (-.f64 (/.f64 #s(literal -1/9 binary64) z) (/.f64 (*.f64 (*.f64 x y) #s(literal 1/81 binary64)) (*.f64 t (*.f64 z z))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 t (*.f64 z (*.f64 z z)))) (/.f64 #s(literal -1/729 binary64) 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 (*.f64 x y) #s(literal 1/81 binary64)) (*.f64 t (*.f64 z 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)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) z) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x x) t) (*.f64 (/.f64 (*.f64 y (/.f64 y (*.f64 z z))) z) #s(literal -1/729 binary64))) (/.f64 (*.f64 (*.f64 x y) #s(literal -1/81 binary64)) (*.f64 z z))) t)) (-.f64 #s(literal 0 binary64) 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 (*.f64 #s(literal 1/6561 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 y y) #s(literal 1/729 binary64)) (*.f64 x x)) (*.f64 z (*.f64 z z)))) t) (/.f64 (*.f64 (*.f64 x y) #s(literal 1/81 binary64)) (*.f64 z z))) 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 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 t (/.f64 z x))) y) #s(literal -1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 t (/.f64 z x))) y) #s(literal -1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 t (/.f64 z x))) y) #s(literal -1 binary64))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) y) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) y) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) y) x))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) #s(literal -1 binary64))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) #s(literal -1 binary64))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) #s(literal -1 binary64))) |
(* 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 t (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 t (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 t (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ (* t 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 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(* -9/2 (/ z a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z a)) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) 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))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -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))) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9 (* 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 27183 to 2454 computations (91% saved)
14 alts after pruning (8 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1454 | 7 | 1461 |
| Fresh | 5 | 1 | 6 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1461 | 14 | 1475 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 54.0% | (/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
| ▶ | 41.6% | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x))) |
| 51.4% | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) | |
| ✓ | 89.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 54.0% | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| 50.0% | (/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) a) | |
| ✓ | 51.5% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 50.0% | (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
| ✓ | 51.6% | (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
| ▶ | 51.6% | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| 51.4% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) | |
| ▶ | 51.6% | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| ✓ | 50.0% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | 51.6% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 306 to 228 computations (25.5% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 128 | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 2 binary64) y) |
| ✓ | cost-diff | 0 | (/.f64 x a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
| ✓ | cost-diff | 0 | (*.f64 z #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 t a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 a t) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| ✓ | cost-diff | 0 | (/.f64 x a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 x a) y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| 6292× | *-lowering-*.f32 |
| 6292× | *-lowering-*.f64 |
| 1530× | distribute-lft-neg-in |
| 1530× | distribute-rgt-neg-in |
| 1458× | /-lowering-/.f32 |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 171 |
| 1 | 74 | 168 |
| 2 | 205 | 168 |
| 3 | 566 | 167 |
| 4 | 1073 | 166 |
| 5 | 1826 | 164 |
| 6 | 5106 | 164 |
| 0 | 8123 | 164 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (/ x a) y) 2) |
(* (/ x a) y) |
(/ x a) |
x |
a |
y |
2 |
(* (/ -9/2 (/ a t)) z) |
(/ -9/2 (/ a t)) |
-9/2 |
(/ a t) |
a |
t |
z |
(* (/ t a) (* z -9/2)) |
(/ t a) |
t |
a |
(* z -9/2) |
z |
-9/2 |
(/ (/ x a) (/ 2 y)) |
(/ x a) |
x |
a |
(/ 2 y) |
2 |
y |
(/ (/ 1/2 a) (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x))) |
(/ 1/2 a) |
1/2 |
a |
(/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x)) |
(+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) |
(/ (* -9 (* t z)) (* x (* y y))) |
(* -9 (* t z)) |
-9 |
(* t z) |
t |
z |
(* x (* y y)) |
x |
(* y y) |
y |
(/ -1 y) |
-1 |
(- 0 x) |
0 |
| Outputs |
|---|
(/ (* (/ x a) y) 2) |
(/.f64 x (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(* (/ x a) y) |
(/.f64 x (/.f64 a y)) |
(/ x a) |
(/.f64 x a) |
x |
a |
y |
2 |
#s(literal 2 binary64) |
(* (/ -9/2 (/ a t)) z) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(/ -9/2 (/ a t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
-9/2 |
#s(literal -9/2 binary64) |
(/ a t) |
(/.f64 a t) |
a |
t |
z |
(* (/ t a) (* z -9/2)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(/ t a) |
(/.f64 t a) |
t |
a |
(* z -9/2) |
(*.f64 #s(literal -9/2 binary64) z) |
z |
-9/2 |
#s(literal -9/2 binary64) |
(/ (/ x a) (/ 2 y)) |
(/.f64 x (*.f64 #s(literal 2 binary64) (/.f64 a y))) |
(/ x a) |
(/.f64 x a) |
x |
a |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
2 |
#s(literal 2 binary64) |
y |
(/ (/ 1/2 a) (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a x)) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x)) |
(/.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) y)) x) |
(+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(/ (* -9 (* t z)) (* x (* y y))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
-9 |
#s(literal -9 binary64) |
(* t z) |
(*.f64 t z) |
t |
z |
(* x (* y y)) |
(*.f64 x (*.f64 y y)) |
x |
(* y y) |
(*.f64 y y) |
y |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
-1 |
#s(literal -1 binary64) |
(- 0 x) |
(-.f64 #s(literal 0 binary64) x) |
0 |
#s(literal 0 binary64) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 95.7% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
| ✓ | accuracy | 92.8% | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x))) |
| ✓ | accuracy | 85.8% | (*.f64 x (*.f64 y y)) |
| ✓ | accuracy | 80.1% | (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) |
| ✓ | accuracy | 100.0% | (/.f64 x a) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 2 binary64) y) |
| ✓ | accuracy | 91.1% | (/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -9/2 binary64)) |
| ✓ | accuracy | 91.7% | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 a t) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
| ✓ | accuracy | 91.8% | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 x a) |
| ✓ | accuracy | 91.2% | (*.f64 (/.f64 x a) y) |
| 85.0ms | 256× | 0 | valid |
Compiled 180 to 34 computations (81.1% saved)
ival-div: 24.0ms (56.4% of total)ival-mult: 15.0ms (35.3% of total)ival-sub: 1.0ms (2.4% of total)ival-add: 1.0ms (2.4% of total)const: 1.0ms (2.4% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (* (/ x a) y) 2)> |
#<alt (* (/ x a) y)> |
#<alt (/ x a)> |
#<alt (* (/ -9/2 (/ a t)) z)> |
#<alt (/ -9/2 (/ a t))> |
#<alt (/ a t)> |
#<alt (* (/ t a) (* z -9/2))> |
#<alt (/ t a)> |
#<alt (* z -9/2)> |
#<alt (/ (/ x a) (/ 2 y))> |
#<alt (/ 2 y)> |
#<alt (/ (/ 1/2 a) (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x)))> |
#<alt (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x))> |
#<alt (/ 1/2 a)> |
#<alt (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y))> |
#<alt (/ (* -9 (* t z)) (* x (* y y)))> |
#<alt (* x (* y y))> |
| Outputs |
|---|
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (/ 2 y)> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* t (+ (* -9/2 (/ z a)) (* 81/2 (/ (* t (pow z 2)) (* a (* x y)))))))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* t (+ (* -9/2 (/ z a)) (* t (+ (* -729/2 (/ (* t (pow z 3)) (* a (* (pow x 2) (pow y 2))))) (* 81/2 (/ (pow z 2) (* a (* x y)))))))))> |
#<alt (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z))))> |
#<alt (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t)> |
#<alt (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 2) (pow z 3))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z))))) t)> |
#<alt (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (+ (* -1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 3) (pow z 4))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 2) (pow z 3))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))))) t)> |
#<alt (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z))))> |
#<alt (* -1 (/ (+ (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z))) (* 1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2)))))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow z 2)))) (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* t (pow z 3)))))) t)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/1458 (/ (* (pow x 4) (pow y 4)) (* a (pow z 3)))) (* 1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* t (pow z 4)))))) t)) (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow z 2))))) t)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* z (+ (* -9/2 (/ t a)) (* 81/2 (/ (* (pow t 2) z) (* a (* x y)))))))> |
#<alt (+ (* 1/2 (/ (* x y) a)) (* z (+ (* -9/2 (/ t a)) (* z (+ (* -729/2 (/ (* (pow t 3) z) (* a (* (pow x 2) (pow y 2))))) (* 81/2 (/ (pow t 2) (* a (* x y)))))))))> |
#<alt (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z))))> |
#<alt (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z)> |
#<alt (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t))))) z)> |
#<alt (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (+ (* -1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 4) (pow z 3))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))))) z)> |
#<alt (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z))))> |
#<alt (* -1 (/ (+ (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t))) (* 1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z))))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow t 2)))) (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) z))))) z)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/1458 (/ (* (pow x 4) (pow y 4)) (* a (pow t 3)))) (* 1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 4) z))))) z)) (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow t 2))))) z)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z))> |
#<alt (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z))))> |
#<alt (* (pow x 2) (+ (* -1/162 (/ (* x (pow y 3)) (* a (* (pow t 2) (pow z 2))))) (* 1/18 (/ (pow y 2) (* a (* t z))))))> |
#<alt (* (pow x 2) (+ (* 1/18 (/ (pow y 2) (* a (* t z)))) (* x (+ (* -1/162 (/ (pow y 3) (* a (* (pow t 2) (pow z 2))))) (* 1/1458 (/ (* x (pow y 4)) (* a (* (pow t 3) (pow z 3)))))))))> |
#<alt (* (pow x 2) (+ (* 1/18 (/ (pow y 2) (* a (* t z)))) (* x (+ (* -1/162 (/ (pow y 3) (* a (* (pow t 2) (pow z 2))))) (* x (+ (* -1/13122 (/ (* x (pow y 5)) (* a (* (pow t 4) (pow z 4))))) (* 1/1458 (/ (pow y 4) (* a (* (pow t 3) (pow z 3)))))))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (- (+ (* 1/2 (/ y a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* (pow x 2) y))))) (* 9/2 (/ (* t z) (* a x)))))> |
#<alt (* x (- (+ (* -729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 3) (pow y 2))))) (* 1/2 (/ y a))) (+ (* -81/2 (/ (* (pow t 2) (pow z 2)) (* a (* (pow x 2) y)))) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x y)))) (* 9/2 (/ (* t z) a))) x)) (* -1/2 (/ y a)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* -1 (/ (- (* 729/2 (/ (* (pow t 3) (pow z 3)) (* a (* x (pow y 2))))) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a y)))) x)) (* 9/2 (/ (* t z) a))) x)) (* -1/2 (/ y a)))))> |
#<alt (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z))))> |
#<alt (* (pow y 2) (+ (* -1/162 (/ (* (pow x 3) y) (* a (* (pow t 2) (pow z 2))))) (* 1/18 (/ (pow x 2) (* a (* t z))))))> |
#<alt (* (pow y 2) (+ (* 1/18 (/ (pow x 2) (* a (* t z)))) (* y (+ (* -1/162 (/ (pow x 3) (* a (* (pow t 2) (pow z 2))))) (* 1/1458 (/ (* (pow x 4) y) (* a (* (pow t 3) (pow z 3)))))))))> |
#<alt (* (pow y 2) (+ (* 1/18 (/ (pow x 2) (* a (* t z)))) (* y (+ (* -1/162 (/ (pow x 3) (* a (* (pow t 2) (pow z 2))))) (* y (+ (* -1/13122 (/ (* (pow x 5) y) (* a (* (pow t 4) (pow z 4))))) (* 1/1458 (/ (pow x 4) (* a (* (pow t 3) (pow z 3)))))))))))> |
#<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)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x (pow y 2))))))))> |
#<alt (* y (+ (* -729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 2) (pow y 3))))) (+ (* -9/2 (/ (* t z) (* a y))) (+ (* 1/2 (/ x a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x (pow y 2)))))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* -9/2 (/ (* t z) a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x y))))) y)) (* -1/2 (/ x a)))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* -9/2 (/ (* t z) a)) (* -1 (/ (+ (* -81/2 (/ (* (pow t 2) (pow z 2)) (* a x))) (* 729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 2) y))))) y))) y)) (* -1/2 (/ x a)))))> |
#<alt (/ 1 (* x y))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (* 9 (/ (* t z) (* (pow x 2) (pow y 2))))> |
#<alt (* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))> |
#<alt (* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))> |
#<alt (* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))> |
#<alt (* 9 (/ (* t z) (* (pow x 2) (pow y 2))))> |
#<alt (* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))))> |
#<alt (* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))))> |
#<alt (* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))))> |
#<alt (/ 1 (* x y))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y)))> |
#<alt (* 9 (/ (* t z) (* (pow x 2) (pow y 2))))> |
#<alt (* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))> |
#<alt (* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))> |
#<alt (* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))> |
#<alt (* 9 (/ (* t z) (* (pow x 2) (pow y 2))))> |
#<alt (* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))))> |
#<alt (* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))))> |
#<alt (* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))))> |
#<alt (* 9 (/ (* t z) (* (pow x 2) (pow y 2))))> |
#<alt (/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2))> |
#<alt (/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2))> |
#<alt (/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2))> |
#<alt (/ 1 (* x y))> |
#<alt (/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)> |
#<alt (/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)> |
#<alt (/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)> |
#<alt (/ 1 (* x y))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x))> |
#<alt (* 9 (/ (* t z) (* (pow x 2) (pow y 2))))> |
#<alt (/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2))> |
#<alt (/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2))> |
#<alt (/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2))> |
#<alt (/ 1 (* x y))> |
#<alt (/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)> |
#<alt (/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)> |
#<alt (/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)> |
#<alt (/ 1 (* x y))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y))> |
#<alt (* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ -1 y)> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))> |
#<alt (* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))> |
#<alt (* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))))> |
#<alt (* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))))> |
#<alt (* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))))> |
#<alt (/ -1 y)> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))> |
#<alt (* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))> |
#<alt (* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))))> |
#<alt (* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))))> |
#<alt (* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x)> |
#<alt (/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x)> |
#<alt (/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x)> |
#<alt (/ -1 y)> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (/ -1 y)> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2))> |
#<alt (/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2))> |
#<alt (/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2))> |
#<alt (/ -1 y)> |
#<alt (/ (- (* -9 (/ (* t z) (* x y))) 1) y)> |
#<alt (/ (- (* -9 (/ (* t z) (* x y))) 1) y)> |
#<alt (/ (- (* -9 (/ (* t z) (* x y))) 1) y)> |
#<alt (/ -1 y)> |
#<alt (* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y))> |
#<alt (* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y))> |
#<alt (* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* -9 (/ (* t z) (* x (pow y 2))))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
#<alt (* x (pow y 2))> |
135 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | a | @ | 0 | (/ (/ 1/2 a) (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x))) |
| 2.0ms | z | @ | 0 | (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x)) |
| 2.0ms | t | @ | inf | (/ (/ 1/2 a) (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x))) |
| 1.0ms | z | @ | inf | (/ (/ 1/2 a) (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x))) |
| 1.0ms | y | @ | 0 | (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x)) |
| 1× | batch-egg-rewrite |
| 4064× | /-lowering-/.f32 |
| 4064× | /-lowering-/.f64 |
| 2828× | *-lowering-*.f32 |
| 2828× | *-lowering-*.f64 |
| 1134× | frac-2neg |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 127 |
| 1 | 180 | 123 |
| 2 | 1650 | 120 |
| 0 | 8735 | 120 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (/ x a) y) 2) |
(* (/ x a) y) |
(/ x a) |
(* (/ -9/2 (/ a t)) z) |
(/ -9/2 (/ a t)) |
(/ a t) |
(* (/ t a) (* z -9/2)) |
(/ t a) |
(* z -9/2) |
(/ (/ x a) (/ 2 y)) |
(/ 2 y) |
(/ (/ 1/2 a) (/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x))) |
(/ (+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) (- 0 x)) |
(/ 1/2 a) |
(+ (/ (* -9 (* t z)) (* x (* y y))) (/ -1 y)) |
(/ (* -9 (* t z)) (* x (* y y))) |
(* x (* y y)) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) y)) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64))))) (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) (/.f64 x (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) y)) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(neg.f64 (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 x (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 y (*.f64 (/.f64 a x) #s(literal 2 binary64))) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a x))) #s(literal -2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 #s(literal 2 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 x y) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 x (*.f64 #s(literal 2 binary64) a)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (/.f64 x (*.f64 #s(literal 2 binary64) a))) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y))) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) y))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 y (/.f64 x (*.f64 #s(literal 2 binary64) a))) |
(*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x a)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a x))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (-.f64 #s(literal 0 binary64) (/.f64 y #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a)))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (/.f64 x (*.f64 #s(literal 2 binary64) a)) y) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 x a) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) y) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -2 binary64) y) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a x)))) |
(/.f64 y (/.f64 a x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a x) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y (/.f64 #s(literal -1 binary64) x)))) |
(/.f64 (*.f64 x y) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 y (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) |
(/.f64 (neg.f64 (/.f64 y (/.f64 #s(literal -1 binary64) x))) a) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) y)) |
(*.f64 x (/.f64 y a)) |
(*.f64 (/.f64 x a) y) |
(*.f64 y (/.f64 x a)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 y (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 #s(literal 0 binary64) (/.f64 x a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) x)) (/.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) a) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(/.f64 x a) |
(/.f64 (/.f64 x a) #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 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) #s(literal -1 binary64)) |
(/.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 (-.f64 #s(literal 0 binary64) a) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) x) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 x (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x x))) |
(/.f64 (*.f64 x x) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) a) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 (-.f64 #s(literal 0 binary64) x) a))) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(pow.f64 (/.f64 a x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 x a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) x) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) x))) |
(*.f64 (pow.f64 (/.f64 a x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a x) #s(literal -1/2 binary64))) |
(/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (*.f64 #s(literal 9/2 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 (*.f64 #s(literal -9/2 binary64) z) a))) |
(/.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) z)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 #s(literal -9/2 binary64) z)))) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z))) (/.f64 a t)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t))) a) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z))) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) z)) (/.f64 a t)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t))) |
(pow.f64 (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9/2 binary64) z))) |
(*.f64 t (/.f64 (*.f64 #s(literal -9/2 binary64) z) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) z)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 t z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 z a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 9/2 binary64) z) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a) t) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z)) a) (-.f64 #s(literal 0 binary64) t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
(/.f64 t (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -9/2 binary64) a))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) t))) a) |
(/.f64 (neg.f64 (/.f64 #s(literal -9/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t))) |
(pow.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 t a) #s(literal -9/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) t) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 t a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 a t) |
(/.f64 (/.f64 a t) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 t a)) |
(/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))) |
(pow.f64 (/.f64 a t) #s(literal 1 binary64)) |
(pow.f64 (/.f64 t a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 a t) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 #s(literal 1 binary64) (/.f64 a t)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) a) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) t) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (pow.f64 (/.f64 t a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 t a) #s(literal -1/2 binary64))) |
(/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (*.f64 #s(literal 9/2 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 (*.f64 #s(literal -9/2 binary64) z) a))) |
(/.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) z)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 #s(literal -9/2 binary64) z)))) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z))) (/.f64 a t)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t))) a) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z))) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) z)) (/.f64 a t)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t))) |
(pow.f64 (/.f64 a (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9/2 binary64) z))) |
(*.f64 t (/.f64 (*.f64 #s(literal -9/2 binary64) z) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) z)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 t z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 #s(literal -9/2 binary64) z))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 z a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 9/2 binary64) z) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) a) t) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z)) a) (-.f64 #s(literal 0 binary64) t)) |
(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))) |
(neg.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(/.f64 t a) |
(/.f64 (/.f64 t a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.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 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a t) #s(literal -1 binary64)) |
(pow.f64 (/.f64 t a) #s(literal 1 binary64)) |
(*.f64 t (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.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 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) t) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) t) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.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 -9/2 binary64) z) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) z))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) z) |
(*.f64 z #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) y)) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64))))) (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) (/.f64 x (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) y)) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(neg.f64 (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 x (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64))))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 y (*.f64 (/.f64 a x) #s(literal 2 binary64))) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a x))) #s(literal -2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 #s(literal 2 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a x) #s(literal 2 binary64)) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 x (/.f64 #s(literal 2 binary64) y)))) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 x y) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 x (*.f64 #s(literal 2 binary64) a)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (/.f64 x (*.f64 #s(literal 2 binary64) a))) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y))) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) y))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 y (/.f64 x (*.f64 #s(literal 2 binary64) a))) |
(*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a x) #s(literal 2 binary64)))) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x a)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 y (/.f64 a x)) #s(literal -2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a x))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (-.f64 #s(literal 0 binary64) (/.f64 y #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a)))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (/.f64 x (*.f64 #s(literal 2 binary64) a)) y) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 x a) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) y) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -2 binary64) y) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 y (/.f64 a x))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y #s(literal 2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) y)) |
(neg.f64 (/.f64 #s(literal -2 binary64) y)) |
(/.f64 #s(literal 2 binary64) y) |
(/.f64 (/.f64 #s(literal 2 binary64) y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y #s(literal 2 binary64)))) |
(/.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal -2 binary64) y) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y #s(literal 2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 2 binary64) y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) y)) |
(*.f64 #s(literal -2 binary64) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 2 binary64)) |
(*.f64 (pow.f64 (/.f64 y #s(literal 2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y #s(literal 2 binary64)) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) x)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x)) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 x (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) x)) |
(neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x)) |
(/.f64 (/.f64 x (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) |
(/.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)) a) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) x))) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))) a) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))))) |
(pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) x)) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 x (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x x)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) x) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) x) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) x)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x)) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (-.f64 #s(literal 0 binary64) x)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 x (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) |
(/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 y (*.f64 y y))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y)))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) x)) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))) (/.f64 #s(literal -1 binary64) x)) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 #s(literal -1 binary64) x)) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))) (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))))) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 y (*.f64 y y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y)))) (neg.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))) (/.f64 #s(literal -1 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y))) (neg.f64 (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 #s(literal -1 binary64) x)))) |
(/.f64 (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 x (*.f64 y (*.f64 y y)))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) x)) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y)))) |
(/.f64 (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (-.f64 #s(literal 0 binary64) x)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y (*.f64 y y))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) |
(pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) x)) |
(*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x) #s(literal 1 binary64)) |
(*.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 y (*.f64 y y)))))) |
(*.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) x)) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))) (/.f64 #s(literal -1 binary64) x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 #s(literal -1 binary64) x)))) |
(*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y (*.f64 y y))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) |
(*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 x (*.f64 x x))) (*.f64 x x)) |
(*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (*.f64 x x)) x) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y (*.f64 y y))))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) |
(+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) |
(-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) y)) |
(-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x (*.f64 y y)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) |
(-.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) y)) (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) y))) |
(fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (*.f64 t z) (/.f64 #s(literal -9 binary64) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) |
(fma.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal -9 binary64) x) (/.f64 (*.f64 t z) (*.f64 y y)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t z) (*.f64 y y)) (/.f64 #s(literal -9 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 z (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) #s(literal -9 binary64) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal -9 binary64) (*.f64 y y)) (/.f64 (*.f64 t z) x) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t z) x) (/.f64 #s(literal -9 binary64) (*.f64 y y)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal -9 binary64) (*.f64 x y)) (/.f64 (*.f64 t z) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t z) (*.f64 x y)) (/.f64 #s(literal -9 binary64) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) x) (/.f64 z (*.f64 y y)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 y y)) (/.f64 z x) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) (/.f64 z y) (/.f64 #s(literal -1 binary64) y)) |
(neg.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (*.f64 x (*.f64 y (*.f64 y y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 y y)) (/.f64 #s(literal -1 binary64) y)) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) y) (+.f64 y (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (/.f64 #s(literal -1 binary64) y)) (+.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) y) (+.f64 (*.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y) (*.f64 (*.f64 y y) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 y y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) (+.f64 (*.f64 x (*.f64 y y)) (*.f64 y (*.f64 (*.f64 t z) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)) (/.f64 y (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x (*.f64 y y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) (+.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 t z) #s(literal 9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64)) (+.f64 (*.f64 y y) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) y) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 y y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (*.f64 x (*.f64 y y))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y)))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))))) |
(/.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) |
(/.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (/.f64 #s(literal -1 binary64) y))) |
(/.f64 (+.f64 y (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) y)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) (/.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (/.f64 #s(literal -1 binary64) y))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) y)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y) (*.f64 (*.f64 y y) #s(literal -1 binary64))) (*.f64 y (*.f64 y y))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 y y)) (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) y) (/.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y y)) (*.f64 y (*.f64 (*.f64 t z) #s(literal 9 binary64)))) (*.f64 y (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)) (/.f64 y (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 y (*.f64 y y))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x (*.f64 y y)))) |
(/.f64 (+.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 t z) #s(literal 9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))))) |
(/.f64 (+.f64 (*.f64 y y) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y (*.f64 y y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y))) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 y y)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) y)) |
(/.f64 (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (*.f64 x (*.f64 y y))) y) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x (*.f64 y y)))) (neg.f64 (/.f64 (*.f64 x (*.f64 y y)) (/.f64 #s(literal -1 binary64) y)))) |
(/.f64 (neg.f64 (+.f64 y (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) y))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))))) (neg.f64 (/.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (/.f64 #s(literal -1 binary64) y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) y))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y) (*.f64 (*.f64 y y) #s(literal -1 binary64)))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 y y))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) y)) (neg.f64 (/.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y y)) (*.f64 y (*.f64 (*.f64 t z) #s(literal 9 binary64))))) (neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)) (/.f64 y (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x (*.f64 y y))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 t z) #s(literal 9 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 y y) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y (*.f64 y y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)))) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 y y))) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) y))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (*.f64 x (*.f64 y y)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) (+.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) (*.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) |
(pow.f64 (/.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) #s(literal 1 binary64)) |
(*.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y (*.f64 y y))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))))))) |
(*.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y))) |
(*.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 y y)) (/.f64 #s(literal -1 binary64) y)))) |
(*.f64 (+.f64 y (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) y))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x (*.f64 y y))) y)) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) y))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y) (*.f64 (*.f64 y y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y y)))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (/.f64 #s(literal -1 binary64) y)) (*.f64 y y)) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) y) (/.f64 #s(literal 1 binary64) (/.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y y)) (*.f64 y (*.f64 (*.f64 t z) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 y (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)) (/.f64 y (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 y (*.f64 y y)))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x (*.f64 y y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x (*.f64 y y))) y)) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (*.f64 t z) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))))) |
(*.f64 (+.f64 (*.f64 y y) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y (*.f64 y y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))))) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 81 binary64) (/.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 y y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal -1 binary64)) y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) (/.f64 x (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) y))) |
(*.f64 (/.f64 (-.f64 (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x (*.f64 y y))) (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x (*.f64 y y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x (*.f64 y y)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x (*.f64 y y)))) |
(/.f64 #s(literal -9 binary64) (/.f64 (*.f64 x (*.f64 y y)) (*.f64 t z))) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal -9 binary64) x) (*.f64 t z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal -9 binary64) (/.f64 (*.f64 y y) (*.f64 t z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 y y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y))) |
(/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) |
(/.f64 (/.f64 #s(literal -9 binary64) x) (/.f64 (*.f64 y y) (*.f64 t z))) |
(/.f64 (/.f64 (*.f64 t z) (*.f64 y y)) (/.f64 x #s(literal -9 binary64))) |
(/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (*.f64 y y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) |
(/.f64 (*.f64 (/.f64 #s(literal -9 binary64) x) (*.f64 t z)) (*.f64 y y)) |
(/.f64 (/.f64 #s(literal -9 binary64) (/.f64 (*.f64 y y) (*.f64 t z))) x) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 y y)) x) |
(/.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) y) |
(/.f64 (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y) y) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y y)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -9 binary64) x) (*.f64 t z))) (-.f64 #s(literal 0 binary64) (*.f64 y y))) |
(/.f64 (neg.f64 (/.f64 #s(literal -9 binary64) (/.f64 (*.f64 y y) (*.f64 t z)))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 y y))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9 binary64) (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y)))) |
(*.f64 (*.f64 t z) (/.f64 #s(literal -9 binary64) (*.f64 x (*.f64 y y)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y y)))) |
(*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 x (*.f64 y y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x (*.f64 y y)))) |
(*.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y y)))) |
(*.f64 (/.f64 #s(literal -9 binary64) x) (/.f64 (*.f64 t z) (*.f64 y y))) |
(*.f64 (/.f64 (*.f64 t z) (*.f64 y y)) (/.f64 #s(literal -9 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y y))) (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 binary64)) (/.f64 z (*.f64 x (*.f64 y y)))) |
(*.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 y y))) |
(*.f64 (/.f64 (*.f64 t z) (*.f64 x (*.f64 y y))) #s(literal -9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y y)))) |
(*.f64 (/.f64 #s(literal -9 binary64) (*.f64 y y)) (/.f64 (*.f64 t z) x)) |
(*.f64 (/.f64 (*.f64 t z) x) (/.f64 #s(literal -9 binary64) (*.f64 y y))) |
(*.f64 (/.f64 #s(literal -9 binary64) (*.f64 x y)) (/.f64 (*.f64 t z) y)) |
(*.f64 (/.f64 (*.f64 t z) (*.f64 x y)) (/.f64 #s(literal -9 binary64) y)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) x) (/.f64 z (*.f64 y y))) |
(*.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 y y)) (/.f64 z x)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) (/.f64 z y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (*.f64 y y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -9 binary64) x) (*.f64 t z)) (/.f64 #s(literal 1 binary64) (*.f64 y y))) |
(*.f64 (/.f64 #s(literal -9 binary64) (/.f64 (*.f64 y y) (*.f64 t z))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 y y)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64))) y) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (pow.f64 (/.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (*.f64 t z)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 y y) #s(literal -9 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 y y) #s(literal -9 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 t z)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (*.f64 t #s(literal -9 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 y y) z) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 y y) (*.f64 t #s(literal -9 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 x z) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x y) #s(literal -9 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 y (*.f64 t z)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x y) (*.f64 t z)) #s(literal -1 binary64)) (pow.f64 (/.f64 y #s(literal -9 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x y) (*.f64 t #s(literal -9 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 y z) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (*.f64 y y) (/.f64 (*.f64 t z) (/.f64 x #s(literal -9 binary64)))) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) |
(/.f64 (*.f64 x (*.f64 y y)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 y y)) |
(*.f64 y (*.f64 x y)) |
(*.f64 (*.f64 y y) x) |
(*.f64 (*.f64 x (*.f64 y y)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 y y)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y y))) |
(*.f64 (*.f64 x y) y) |
| 1× | egg-herbie |
| 6380× | *-lowering-*.f32 |
| 6380× | *-lowering-*.f64 |
| 3598× | /-lowering-/.f32 |
| 3598× | /-lowering-/.f64 |
| 1122× | associate-/r* |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 456 | 5421 |
| 1 | 1584 | 5363 |
| 2 | 6653 | 5345 |
| 0 | 8287 | 5345 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(/ 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) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(/ 2 y) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* -9/2 (/ z a)) (* 81/2 (/ (* t (pow z 2)) (* a (* x y))))))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* -9/2 (/ z a)) (* t (+ (* -729/2 (/ (* t (pow z 3)) (* a (* (pow x 2) (pow y 2))))) (* 81/2 (/ (pow z 2) (* a (* x y))))))))) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 2) (pow z 3))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z))))) t) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (+ (* -1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 3) (pow z 4))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 2) (pow z 3))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))))) t) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(* -1 (/ (+ (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z))) (* 1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2)))))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow z 2)))) (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* t (pow z 3)))))) t)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/1458 (/ (* (pow x 4) (pow y 4)) (* a (pow z 3)))) (* 1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* t (pow z 4)))))) t)) (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow z 2))))) t)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t)) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* -9/2 (/ t a)) (* 81/2 (/ (* (pow t 2) z) (* a (* x y))))))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* -9/2 (/ t a)) (* z (+ (* -729/2 (/ (* (pow t 3) z) (* a (* (pow x 2) (pow y 2))))) (* 81/2 (/ (pow t 2) (* a (* x y))))))))) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t))))) z) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (+ (* -1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 4) (pow z 3))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))))) z) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(* -1 (/ (+ (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t))) (* 1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z))))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow t 2)))) (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) z))))) z)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/1458 (/ (* (pow x 4) (pow y 4)) (* a (pow t 3)))) (* 1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 4) z))))) z)) (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow t 2))))) z)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z)) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(* (pow x 2) (+ (* -1/162 (/ (* x (pow y 3)) (* a (* (pow t 2) (pow z 2))))) (* 1/18 (/ (pow y 2) (* a (* t z)))))) |
(* (pow x 2) (+ (* 1/18 (/ (pow y 2) (* a (* t z)))) (* x (+ (* -1/162 (/ (pow y 3) (* a (* (pow t 2) (pow z 2))))) (* 1/1458 (/ (* x (pow y 4)) (* a (* (pow t 3) (pow z 3))))))))) |
(* (pow x 2) (+ (* 1/18 (/ (pow y 2) (* a (* t z)))) (* x (+ (* -1/162 (/ (pow y 3) (* a (* (pow t 2) (pow z 2))))) (* x (+ (* -1/13122 (/ (* x (pow y 5)) (* a (* (pow t 4) (pow z 4))))) (* 1/1458 (/ (pow y 4) (* a (* (pow t 3) (pow z 3))))))))))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (- (+ (* 1/2 (/ y a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* (pow x 2) y))))) (* 9/2 (/ (* t z) (* a x))))) |
(* x (- (+ (* -729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 3) (pow y 2))))) (* 1/2 (/ y a))) (+ (* -81/2 (/ (* (pow t 2) (pow z 2)) (* a (* (pow x 2) y)))) (* 9/2 (/ (* t z) (* a x)))))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1 (/ (- (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x y)))) (* 9/2 (/ (* t z) a))) x)) (* -1/2 (/ y a))))) |
(* -1 (* x (+ (* -1 (/ (- (* -1 (/ (- (* 729/2 (/ (* (pow t 3) (pow z 3)) (* a (* x (pow y 2))))) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a y)))) x)) (* 9/2 (/ (* t z) a))) x)) (* -1/2 (/ y a))))) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(* (pow y 2) (+ (* -1/162 (/ (* (pow x 3) y) (* a (* (pow t 2) (pow z 2))))) (* 1/18 (/ (pow x 2) (* a (* t z)))))) |
(* (pow y 2) (+ (* 1/18 (/ (pow x 2) (* a (* t z)))) (* y (+ (* -1/162 (/ (pow x 3) (* a (* (pow t 2) (pow z 2))))) (* 1/1458 (/ (* (pow x 4) y) (* a (* (pow t 3) (pow z 3))))))))) |
(* (pow y 2) (+ (* 1/18 (/ (pow x 2) (* a (* t z)))) (* y (+ (* -1/162 (/ (pow x 3) (* a (* (pow t 2) (pow z 2))))) (* y (+ (* -1/13122 (/ (* (pow x 5) y) (* a (* (pow t 4) (pow z 4))))) (* 1/1458 (/ (pow x 4) (* a (* (pow t 3) (pow z 3))))))))))) |
(* 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)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x (pow y 2)))))))) |
(* y (+ (* -729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 2) (pow y 3))))) (+ (* -9/2 (/ (* t z) (* a y))) (+ (* 1/2 (/ x a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x (pow y 2))))))))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* -9/2 (/ (* t z) a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x y))))) y)) (* -1/2 (/ x a))))) |
(* -1 (* y (+ (* -1 (/ (+ (* -9/2 (/ (* t z) a)) (* -1 (/ (+ (* -81/2 (/ (* (pow t 2) (pow z 2)) (* a x))) (* 729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 2) y))))) y))) y)) (* -1/2 (/ x a))))) |
(/ 1 (* x y)) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))) |
(* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))) |
(* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))) |
(* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))) |
(* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))) |
(/ 1 (* x y)) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))) |
(* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))) |
(* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))) |
(* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))) |
(* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2)) |
(/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2)) |
(/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2)) |
(/ 1 (* x y)) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/ 1 (* x y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)) |
(* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)) |
(* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2)) |
(/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2)) |
(/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2)) |
(/ 1 (* x y)) |
(/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y) |
(/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y) |
(/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y) |
(/ 1 (* x y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ -1 y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))) |
(* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))) |
(* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))) |
(* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))) |
(* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))) |
(/ -1 y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))) |
(* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))) |
(* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))) |
(* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))) |
(* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x) |
(/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x) |
(/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x) |
(/ -1 y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/ -1 y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2)) |
(/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2)) |
(/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2)) |
(/ -1 y) |
(/ (- (* -9 (/ (* t z) (* x y))) 1) y) |
(/ (- (* -9 (/ (* t z) (* x y))) 1) y) |
(/ (- (* -9 (/ (* t z) (* x y))) 1) y) |
(/ -1 y) |
(* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y)) |
(* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y)) |
(* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
(* x (pow y 2)) |
| Outputs |
|---|
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #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/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(* -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 a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(/ 2 y) |
(/.f64 #s(literal 2 binary64) y) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* -1/2 (/ x (* a (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y))))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* -9/2 (/ z a)) (* 81/2 (/ (* t (pow z 2)) (* a (* x y))))))) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) (*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 t (*.f64 z z))) (*.f64 x (*.f64 y a)))))) |
(+ (* 1/2 (/ (* x y) a)) (* t (+ (* -9/2 (/ z a)) (* t (+ (* -729/2 (/ (* t (pow z 3)) (* a (* (pow x 2) (pow y 2))))) (* 81/2 (/ (pow z 2) (* a (* x y))))))))) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) (*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -729/2 binary64) (*.f64 t (/.f64 (*.f64 z (*.f64 z z)) a))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 z z)) (*.f64 x (*.f64 y a)))))))) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(*.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t)))) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 t (*.f64 a (*.f64 z z)))) (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) z) a) #s(literal 1/18 binary64)))) t) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 2) (pow z 3))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 t (*.f64 a (*.f64 z z)))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) z) a) #s(literal 1/18 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/1458 binary64) (pow.f64 y #s(literal 4 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.f64 a (*.f64 z (*.f64 t (*.f64 t (*.f64 z z)))))))) t) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2))))) (+ (* -1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 3) (pow z 4))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 2) (pow z 3))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))))) t) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) z) a) #s(literal 1/18 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/1458 binary64) (pow.f64 y #s(literal 4 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.f64 a (*.f64 z (*.f64 t (*.f64 t (*.f64 z z))))))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 t (*.f64 a (*.f64 z z)))) (/.f64 (*.f64 (*.f64 #s(literal -1/13122 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 5 binary64))) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 a (pow.f64 z #s(literal 4 binary64))))))) t) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(*.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t)))) |
(* -1 (/ (+ (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z))) (* 1/162 (/ (* (pow x 3) (pow y 3)) (* a (* t (pow z 2)))))) t)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 a z)) (/.f64 (*.f64 (*.f64 #s(literal 1/162 binary64) (*.f64 x (*.f64 x x))) (*.f64 y (*.f64 y y))) (*.f64 t (*.f64 a (*.f64 z z))))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow z 2)))) (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* t (pow z 3)))))) t)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 a z)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 z z))) (/.f64 (*.f64 (*.f64 #s(literal 1/1458 binary64) (pow.f64 y #s(literal 4 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.f64 (*.f64 t (*.f64 a (*.f64 z z))) z))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/1458 (/ (* (pow x 4) (pow y 4)) (* a (pow z 3)))) (* 1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* t (pow z 4)))))) t)) (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow z 2))))) t)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a z)))) t)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/18 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 a z)) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 z z))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/1458 binary64) a) (/.f64 (*.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 y #s(literal 4 binary64))) (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 (*.f64 #s(literal 1/13122 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 5 binary64))) (*.f64 a (*.f64 t (pow.f64 z #s(literal 4 binary64)))))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* -9/2 (/ t a)) (* 81/2 (/ (* (pow t 2) z) (* a (* x y))))))) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) (*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 t (*.f64 t z))) (*.f64 x (*.f64 y a)))))) |
(+ (* 1/2 (/ (* x y) a)) (* z (+ (* -9/2 (/ t a)) (* z (+ (* -729/2 (/ (* (pow t 3) z) (* a (* (pow x 2) (pow y 2))))) (* 81/2 (/ (pow t 2) (* a (* x y))))))))) |
(+.f64 (*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a))) (*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (*.f64 z (+.f64 (*.f64 (/.f64 #s(literal -729/2 binary64) (*.f64 a (*.f64 x x))) (/.f64 (*.f64 t (*.f64 t (*.f64 t z))) (*.f64 y y))) (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 t t)) (*.f64 x (*.f64 y a)))))))) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(*.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t)))) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 t (*.f64 t z)))) (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) a) t) #s(literal 1/18 binary64)))) z) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t))))) z) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 t (*.f64 t z)))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) a) t) #s(literal 1/18 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/1458 binary64) (pow.f64 y #s(literal 4 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.f64 (*.f64 z z) (*.f64 t (*.f64 a (*.f64 t t))))))) z) |
(/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z)))) (+ (* -1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 4) (pow z 3))))) (+ (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) (pow z 2))))) (* 1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))))) z) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) a) t) #s(literal 1/18 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/1458 binary64) (pow.f64 y #s(literal 4 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.f64 (*.f64 z z) (*.f64 t (*.f64 a (*.f64 t t)))))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 t (*.f64 t z)))) (/.f64 (*.f64 (*.f64 #s(literal -1/13122 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 5 binary64))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 a (pow.f64 t #s(literal 4 binary64))))))) z) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(*.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t)))) |
(* -1 (/ (+ (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t))) (* 1/162 (/ (* (pow x 3) (pow y 3)) (* a (* (pow t 2) z))))) z)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) a) t) #s(literal -1/18 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/162 binary64) (*.f64 x (*.f64 x x))) (*.f64 y (*.f64 y y))) (*.f64 a (*.f64 t (*.f64 t z))))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow t 2)))) (* 1/1458 (/ (* (pow x 4) (pow y 4)) (* a (* (pow t 3) z))))) z)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) a) t) #s(literal -1/18 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 t t))) (/.f64 (*.f64 (*.f64 #s(literal 1/1458 binary64) (pow.f64 y #s(literal 4 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.f64 z (*.f64 t (*.f64 a (*.f64 t t)))))) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/1458 (/ (* (pow x 4) (pow y 4)) (* a (pow t 3)))) (* 1/13122 (/ (* (pow x 5) (pow y 5)) (* a (* (pow t 4) z))))) z)) (* -1/162 (/ (* (pow x 3) (pow y 3)) (* a (pow t 2))))) z)) (* -1/18 (/ (* (pow x 2) (pow y 2)) (* a t)))) z)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 (*.f64 y y) a) t) #s(literal -1/18 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 t t))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/1458 binary64) (pow.f64 x #s(literal 4 binary64))) (/.f64 (pow.f64 y #s(literal 4 binary64)) (*.f64 t (*.f64 a (*.f64 t t))))) (/.f64 (*.f64 (*.f64 #s(literal 1/13122 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 y #s(literal 5 binary64))) (*.f64 a (*.f64 z (pow.f64 t #s(literal 4 binary64)))))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(*.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t)))) |
(* (pow x 2) (+ (* -1/162 (/ (* x (pow y 3)) (* a (* (pow t 2) (pow z 2))))) (* 1/18 (/ (pow y 2) (* a (* t z)))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 y y) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t))) (/.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 a (*.f64 t (*.f64 t (*.f64 z z))))))) |
(* (pow x 2) (+ (* 1/18 (/ (pow y 2) (* a (* t z)))) (* x (+ (* -1/162 (/ (pow y 3) (* a (* (pow t 2) (pow z 2))))) (* 1/1458 (/ (* x (pow y 4)) (* a (* (pow t 3) (pow z 3))))))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 y y) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 a (*.f64 t (*.f64 t (*.f64 z z))))) (/.f64 (*.f64 #s(literal 1/1458 binary64) (/.f64 (*.f64 x (pow.f64 y #s(literal 4 binary64))) a)) (*.f64 t (*.f64 z (*.f64 t (*.f64 t (*.f64 z z)))))))))) |
(* (pow x 2) (+ (* 1/18 (/ (pow y 2) (* a (* t z)))) (* x (+ (* -1/162 (/ (pow y 3) (* a (* (pow t 2) (pow z 2))))) (* x (+ (* -1/13122 (/ (* x (pow y 5)) (* a (* (pow t 4) (pow z 4))))) (* 1/1458 (/ (pow y 4) (* a (* (pow t 3) (pow z 3))))))))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 y y) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 y (*.f64 y y))) (*.f64 a (*.f64 t (*.f64 t (*.f64 z z))))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/13122 binary64) (*.f64 x (/.f64 (pow.f64 y #s(literal 5 binary64)) a))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/1458 binary64) (/.f64 (pow.f64 y #s(literal 4 binary64)) a)) (*.f64 t (*.f64 z (*.f64 t (*.f64 t (*.f64 z z)))))))))))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 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 (- (+ (* 1/2 (/ y a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* (pow x 2) y))))) (* 9/2 (/ (* t z) (* a x))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal -81/2 binary64)) (*.f64 y (*.f64 a (*.f64 x x))))))) |
(* x (- (+ (* -729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 3) (pow y 2))))) (* 1/2 (/ y a))) (+ (* -81/2 (/ (* (pow t 2) (pow z 2)) (* a (* (pow x 2) y)))) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729/2 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) (*.f64 a (*.f64 y (*.f64 x (*.f64 x (*.f64 x y)))))) (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal -81/2 binary64)) (*.f64 y (*.f64 a (*.f64 x x)))))) (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 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 (/ (- (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x y)))) (* 9/2 (/ (* t z) a))) x)) (* -1/2 (/ y a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 y a)) (/.f64 (*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 t (*.f64 z z))) (*.f64 x (*.f64 y a))))) x)))) |
(* -1 (* x (+ (* -1 (/ (- (* -1 (/ (- (* 729/2 (/ (* (pow t 3) (pow z 3)) (* a (* x (pow y 2))))) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a y)))) x)) (* 9/2 (/ (* t z) a))) x)) (* -1/2 (/ y a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 y a)) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729/2 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) (*.f64 x (*.f64 a (*.f64 y y)))) (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal -81/2 binary64)) (*.f64 y a))) x) (*.f64 (/.f64 (*.f64 t z) a) #s(literal 9/2 binary64))) x)) (-.f64 #s(literal 0 binary64) x)) |
(* 1/18 (/ (* (pow x 2) (pow y 2)) (* a (* t z)))) |
(*.f64 (*.f64 y y) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t)))) |
(* (pow y 2) (+ (* -1/162 (/ (* (pow x 3) y) (* a (* (pow t 2) (pow z 2))))) (* 1/18 (/ (pow x 2) (* a (* t z)))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t))) (/.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 x (*.f64 x (*.f64 x y)))) (*.f64 a (*.f64 t (*.f64 t (*.f64 z z))))))) |
(* (pow y 2) (+ (* 1/18 (/ (pow x 2) (* a (* t z)))) (* y (+ (* -1/162 (/ (pow x 3) (* a (* (pow t 2) (pow z 2))))) (* 1/1458 (/ (* (pow x 4) y) (* a (* (pow t 3) (pow z 3))))))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 t (*.f64 t (*.f64 z z))))) (/.f64 (*.f64 #s(literal 1/1458 binary64) (*.f64 y (/.f64 (pow.f64 x #s(literal 4 binary64)) a))) (*.f64 t (*.f64 z (*.f64 t (*.f64 t (*.f64 z z)))))))))) |
(* (pow y 2) (+ (* 1/18 (/ (pow x 2) (* a (* t z)))) (* y (+ (* -1/162 (/ (pow x 3) (* a (* (pow t 2) (pow z 2))))) (* y (+ (* -1/13122 (/ (* (pow x 5) y) (* a (* (pow t 4) (pow z 4))))) (* 1/1458 (/ (pow x 4) (* a (* (pow t 3) (pow z 3))))))))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/18 binary64)) (*.f64 z (*.f64 a t))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -1/162 binary64) (*.f64 x (*.f64 x x))) (*.f64 a (*.f64 t (*.f64 t (*.f64 z z))))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -1/13122 binary64) (*.f64 y (pow.f64 x #s(literal 5 binary64)))) (*.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 a (pow.f64 t #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 1/1458 binary64) (pow.f64 x #s(literal 4 binary64))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 a (*.f64 t t))))))))))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 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)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x (pow y 2)))))))) |
(*.f64 y (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x a)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 t (*.f64 t (*.f64 z z)))) (*.f64 x (*.f64 a (*.f64 y y))))))) |
(* y (+ (* -729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 2) (pow y 3))))) (+ (* -9/2 (/ (* t z) (* a y))) (+ (* 1/2 (/ x a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x (pow y 2))))))))) |
(*.f64 y (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a))) (+.f64 (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 t (*.f64 t (*.f64 z z)))) (*.f64 x (*.f64 a (*.f64 y y)))) (/.f64 (*.f64 (*.f64 #s(literal -729/2 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 x x) (*.f64 (*.f64 y (*.f64 y y)) a)))))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 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 (/ (+ (* -9/2 (/ (* t z) a)) (* 81/2 (/ (* (pow t 2) (pow z 2)) (* a (* x y))))) y)) (* -1/2 (/ x a))))) |
(*.f64 (-.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (*.f64 #s(literal 81/2 binary64) (*.f64 t (*.f64 z z))) (*.f64 x (*.f64 y a))))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1 (/ (+ (* -9/2 (/ (* t z) a)) (* -1 (/ (+ (* -81/2 (/ (* (pow t 2) (pow z 2)) (* a x))) (* 729/2 (/ (* (pow t 3) (pow z 3)) (* a (* (pow x 2) y))))) y))) y)) (* -1/2 (/ x a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) a) (/.f64 (-.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (/.f64 (+.f64 (*.f64 #s(literal -81/2 binary64) (*.f64 t (*.f64 t (/.f64 (*.f64 z (/.f64 z x)) a)))) (/.f64 (*.f64 (*.f64 #s(literal 729/2 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) (*.f64 y (*.f64 a (*.f64 x x))))) y)) 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 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x)) |
(* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(* t (+ (* 9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x)) |
(* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x y) t))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x y) t))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (- (* -9 (/ z (* (pow x 2) (pow y 2)))) (/ 1 (* t (* x y)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 z #s(literal -9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x y) t))) (-.f64 #s(literal 0 binary64) t)) |
(/ 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 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(+ (* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x)) |
(* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))))) |
(* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))))) |
(* z (+ (* 9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y z))))) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x)) |
(* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y z)))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y z)))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (- (* -9 (/ t (* (pow x 2) (pow y 2)))) (/ 1 (* x (* y z)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y z)))) (-.f64 #s(literal 0 binary64) z)) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x)) |
(/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (/.f64 x y)) (*.f64 x x)) |
(/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (/.f64 x y)) (*.f64 x x)) |
(/ (+ (* 9 (/ (* t z) (pow y 2))) (/ x y)) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (/.f64 x y)) (*.f64 x x)) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (/.f64 t x))) (*.f64 y y))) x) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (/.f64 t x))) (*.f64 y y))) x) |
(/ (+ (* 9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (/.f64 t x))) (*.f64 y 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 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) x)) |
(* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) x)) |
(* -1 (/ (- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) x)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) x)) |
(* 9 (/ (* t z) (* (pow x 2) (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) (*.f64 y y)) (*.f64 x x)) |
(/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2)) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) x) x) (/.f64 y x)) (*.f64 y y)) |
(/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2)) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) x) x) (/.f64 y x)) (*.f64 y y)) |
(/ (+ (* 9 (/ (* t z) (pow x 2))) (/ y x)) (pow y 2)) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) x) x) (/.f64 y x)) (*.f64 y y)) |
(/ 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 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) x) x) y) (/.f64 #s(literal 1 binary64) x)) y) |
(/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) x) x) y) (/.f64 #s(literal 1 binary64) x)) y) |
(/ (+ (* 9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 t #s(literal 9 binary64)) z) x) x) y) (/.f64 #s(literal 1 binary64) x)) y) |
(/ 1 (* x y)) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) x)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) x)) |
(* -1 (/ (- (* -9 (/ (* t z) (* (pow x 2) y))) (/ 1 x)) y)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) x)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* t (- (* -9 (/ z (* x (pow y 2)))) (/ 1 (* t y)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* -1 (* t (+ (* 9 (/ z (* x (pow y 2)))) (/ 1 (* t y))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) (*.f64 y z)))) |
(* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) (*.f64 y z)))) |
(* z (- (* -9 (/ t (* x (pow y 2)))) (/ 1 (* y z)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) (*.f64 y z)))) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) z) (/.f64 (*.f64 #s(literal 9 binary64) (/.f64 t x)) (*.f64 y y))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) z) (/.f64 (*.f64 #s(literal 9 binary64) (/.f64 t x)) (*.f64 y y))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* 9 (/ t (* x (pow y 2)))) (/ 1 (* y z))))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) z) (/.f64 (*.f64 #s(literal 9 binary64) (/.f64 t x)) (*.f64 y y))) (-.f64 #s(literal 0 binary64) z)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) (*.f64 y y)) (/.f64 x y)) x) |
(/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) (*.f64 y y)) (/.f64 x y)) x) |
(/ (+ (* -9 (/ (* t z) (pow y 2))) (* -1 (/ x y))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) (*.f64 y y)) (/.f64 x y)) x) |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(- (* -9 (/ (* t z) (* x (pow y 2)))) (/ 1 y)) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y) (*.f64 y y)) |
(/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y) (*.f64 y y)) |
(/ (+ (* -9 (/ (* t z) x)) (* -1 y)) (pow y 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y) (*.f64 y y)) |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
(/ (- (* -9 (/ (* t z) (* x y))) 1) y) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(/ (- (* -9 (/ (* t z) (* x y))) 1) y) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(/ (- (* -9 (/ (* t z) (* x y))) 1) y) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) y)) y) |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
(* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (/.f64 t x))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (/.f64 t x))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ 1 (* 9 (/ (* t z) (* x y)))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (/.f64 t x))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* -9 (/ (* t z) (* x (pow y 2)))) |
(/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x) (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
(* x (pow y 2)) |
(*.f64 x (*.f64 y y)) |
Compiled 25702 to 2509 computations (90.2% saved)
13 alts after pruning (4 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1401 | 2 | 1403 |
| Fresh | 1 | 2 | 3 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 6 | 6 |
| Total | 1404 | 13 | 1417 |
| Status | Accuracy | Program |
|---|---|---|
| 53.7% | (/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) | |
| 51.4% | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) | |
| ✓ | 89.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 54.0% | (/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
| 54.0% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a x)) y) #s(literal 2 binary64)) | |
| 50.0% | (/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) a) | |
| ✓ | 51.5% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 50.0% | (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
| ✓ | 51.6% | (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
| ✓ | 51.6% | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | 51.6% | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| ✓ | 50.0% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | 51.6% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 547 to 253 computations (53.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a x)) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 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 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 #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 #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 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)) (-.f64 #s(literal 0 binary64) x))) |
(/.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 t #s(literal -9/2 binary64)) (/.f64 y z)) (/.f64 a y)) (*.f64 (/.f64 a y) (*.f64 #s(literal 1/2 binary64) x))) (*.f64 (/.f64 a y) (/.f64 a y))) |
(+.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 (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))) |
| 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 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
11 calls:
| 21.0ms | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 16.0ms | z |
| 13.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 12.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 11.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.7% | 2 | x |
| 92.7% | 2 | y |
| 89.8% | 1 | z |
| 92.0% | 2 | t |
| 93.6% | 2 | a |
| 96.3% | 3 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 96.3% | 3 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 94.6% | 3 | (*.f64 x y) |
| 95.3% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 89.8% | 1 | (*.f64 z #s(literal 9 binary64)) |
| 93.6% | 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 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a x)) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 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 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
3 calls:
| 8.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 7.0ms | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 7.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.3% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 89.8% | 1 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 89.8% | 1 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 42 to 31 computations (26.2% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a x)) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| Outputs |
|---|
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
5 calls:
| 8.0ms | (*.f64 x y) |
| 7.0ms | (*.f64 a #s(literal 2 binary64)) |
| 7.0ms | y |
| 7.0ms | a |
| 7.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.9% | 2 | t |
| 89.7% | 1 | y |
| 91.9% | 2 | (*.f64 x y) |
| 89.7% | 1 | a |
| 89.7% | 1 | (*.f64 a #s(literal 2 binary64)) |
Compiled 34 to 28 computations (17.6% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a x)) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
| Outputs |
|---|
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
7 calls:
| 33.0ms | (*.f64 x y) |
| 7.0ms | a |
| 7.0ms | z |
| 6.0ms | y |
| 6.0ms | (*.f64 a #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.8% | 5 | a |
| 64.8% | 5 | (*.f64 a #s(literal 2 binary64)) |
| 71.1% | 3 | y |
| 70.8% | 3 | z |
| 70.3% | 3 | x |
| 75.5% | 3 | t |
| 75.8% | 3 | (*.f64 x y) |
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 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) z) a) |
(/.f64 (*.f64 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x) |
1 calls:
| 5.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.8% | 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 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| Outputs |
|---|
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
2 calls:
| 4.0ms | t |
| 3.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.5% | 3 | t |
| 75.0% | 3 | (*.f64 x y) |
Compiled 14 to 11 computations (21.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| Outputs |
|---|
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
1 calls:
| 3.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.4% | 3 | t |
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 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
| Outputs |
|---|
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
1 calls:
| 2.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.4% | 3 | t |
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 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
1 calls:
| 2.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.4% | 3 | t |
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 z a) t)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
5 calls:
| 3.0ms | x |
| 2.0ms | t |
| 2.0ms | z |
| 2.0ms | y |
| 2.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 53.6% | 2 | a |
| 51.6% | 1 | x |
| 51.6% | 1 | z |
| 51.6% | 1 | y |
| 51.6% | 1 | t |
Compiled 30 to 25 computations (16.7% saved)
Total -4.2b remaining (-13.7%)
Threshold costs -4.2b (-13.7%)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
2 calls:
| 2.0ms | a |
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 51.6% | 1 | x |
| 51.6% | 1 | a |
Compiled 12 to 10 computations (16.7% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 4.761640692040701e+295 | 9.22044208839574e+295 |
| 0.0ms | -inf | -5.48096388178117e+299 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.135998670199781e+170 | 2.6960813174869717e+186 |
| 0.0ms | -inf | -3.309370289302393e+302 |
Compiled 26 to 20 computations (23.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -7.576802829832275e+213 | -1.81157665342903e+212 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.5367689105422084e+72 | 1.4416536514017252e+73 |
| 0.0ms | -1.2049142887190156e+25 | -8.97936961290482e+24 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.5367689105422084e+72 | 1.4416536514017252e+73 |
| 0.0ms | -1.2049142887190156e+25 | -8.97936961290482e+24 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 4.0ms | 5.346388144657548e+62 | 5.941270998249003e+62 |
| 19.0ms | -3.9135851161529157e-69 | -3.754673195467233e-82 |
| 16.0ms | 192× | 0 | valid |
Compiled 338 to 260 computations (23.1% saved)
ival-mult: 6.0ms (69.6% of total)ival-sub: 1.0ms (11.6% of total)ival-div: 1.0ms (11.6% 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 |
|---|---|---|
| 4.0ms | 5.346388144657548e+62 | 5.941270998249003e+62 |
| 20.0ms | -3.9135851161529157e-69 | -3.754673195467233e-82 |
| 17.0ms | 192× | 0 | valid |
Compiled 338 to 260 computations (23.1% saved)
ival-mult: 7.0ms (71% of total)ival-sub: 1.0ms (10.1% of total)ival-div: 1.0ms (10.1% 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 |
|---|---|---|
| 5.0ms | 5.346388144657548e+62 | 5.941270998249003e+62 |
| 26.0ms | -3.9135851161529157e-69 | -3.754673195467233e-82 |
| 17.0ms | 192× | 0 | valid |
Compiled 338 to 260 computations (23.1% saved)
ival-mult: 5.0ms (62.9% of total)ival-sub: 1.0ms (12.6% of total)ival-div: 1.0ms (12.6% 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 |
|---|---|---|
| 4.0ms | 5.346388144657548e+62 | 5.941270998249003e+62 |
| 20.0ms | -3.9135851161529157e-69 | -3.754673195467233e-82 |
| 16.0ms | 192× | 0 | valid |
Compiled 338 to 260 computations (23.1% saved)
ival-mult: 5.0ms (62.4% of total)ival-sub: 1.0ms (12.5% of total)ival-div: 1.0ms (12.5% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 32.0ms | 5.551638588310558e-66 | 5.4720549260630014e-64 |
| 29.0ms | 80× | 0 | valid |
Compiled 156 to 120 computations (23.1% saved)
ival-mult: 25.0ms (97% of total)ival-div: 1.0ms (3.9% of total)ival-sub: 0.0ms (0% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 58× | *-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 | 92 | 329 |
| 1 | 126 | 329 |
| 2 | 144 | 329 |
| 3 | 154 | 329 |
| 4 | 162 | 329 |
| 5 | 165 | 329 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 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 49999999999999999067433886031150207889077803599102906650492418602234239416397504199421488633914272903686813485020112907863851468435224679550077644800840247494436036119701023420994481322281698292439439757422900024513792605502072322454919813065954179431216451302123639622852552650706902919225016320 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999953972206729656870211732987713739100709830741553196290713284945813208338477706166412373726001850053663010587168093173889073910282723323583537144858509574144 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z))) |
(if (<=.f64 (*.f64 x y) #s(literal -4999999999999999772223133475743019061733712700409539130496607211544840259226135691611880105565210303017104153796972357853870064153456670293082673807209411155434429495479368482882719667688996710696271289138913738752 binary64)) (/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000905969664 binary64)) (/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) (if (<=.f64 (*.f64 x y) #s(literal 1999999999999999887603621897589142048114448258041101063088247784112914432 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000905969664 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 1999999999999999887603621897589142048114448258041101063088247784112914432 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x))) |
(if (<=.f64 t #s(literal -6216540455122333/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z))) |
(if (<=.f64 t #s(literal -6993608012012625/7770675568902916283677847627294075626569627356208558085007249638955617140820833992704 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 t #s(literal -6365737426045269/3978585891278293137243057985174566720803649206378781739523711815145275976100267004264448 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 t #s(literal -4351578318585633/62165404551223330269422781018352605012557018849668464680057997111644937126566671941632 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 a #s(literal 5928554968950589/118571099379011784113736688648896417641748464297615937576404566024103044751294464 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t 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 -inf.0 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 49999999999999999067433886031150207889077803599102906650492418602234239416397504199421488633914272903686813485020112907863851468435224679550077644800840247494436036119701023420994481322281698292439439757422900024513792605502072322454919813065954179431216451302123639622852552650706902919225016320 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 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 49999999999999999067433886031150207889077803599102906650492418602234239416397504199421488633914272903686813485020112907863851468435224679550077644800840247494436036119701023420994481322281698292439439757422900024513792605502072322454919813065954179431216451302123639622852552650706902919225016320 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 x #s(literal 1/2 binary64)))))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999953972206729656870211732987713739100709830741553196290713284945813208338477706166412373726001850053663010587168093173889073910282723323583537144858509574144 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z a))) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999953972206729656870211732987713739100709830741553196290713284945813208338477706166412373726001850053663010587168093173889073910282723323583537144858509574144 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))))) |
(if (<=.f64 (*.f64 x y) #s(literal -4999999999999999772223133475743019061733712700409539130496607211544840259226135691611880105565210303017104153796972357853870064153456670293082673807209411155434429495479368482882719667688996710696271289138913738752 binary64)) (/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000905969664 binary64)) (/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) (if (<=.f64 (*.f64 x y) #s(literal 1999999999999999887603621897589142048114448258041101063088247784112914432 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000905969664 binary64)) (/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) (if (<=.f64 (*.f64 x y) #s(literal 1999999999999999887603621897589142048114448258041101063088247784112914432 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000905969664 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 1999999999999999887603621897589142048114448258041101063088247784112914432 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (*.f64 a #s(literal 2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000905969664 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 1999999999999999887603621897589142048114448258041101063088247784112914432 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))))) |
(if (<=.f64 t #s(literal -6216540455122333/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z))) |
(if (<=.f64 t #s(literal -6216540455122333/1942668892225729070919461906823518906642406839052139521251812409738904285205208498176 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))))) |
(if (<=.f64 t #s(literal -6993608012012625/7770675568902916283677847627294075626569627356208558085007249638955617140820833992704 binary64)) (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 t #s(literal -6993608012012625/7770675568902916283677847627294075626569627356208558085007249638955617140820833992704 binary64)) (*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 t #s(literal -6365737426045269/3978585891278293137243057985174566720803649206378781739523711815145275976100267004264448 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 t #s(literal -6365737426045269/3978585891278293137243057985174566720803649206378781739523711815145275976100267004264448 binary64)) (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z a))) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 t #s(literal -4351578318585633/62165404551223330269422781018352605012557018849668464680057997111644937126566671941632 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 z a) t)) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 t #s(literal -4351578318585633/62165404551223330269422781018352605012557018849668464680057997111644937126566671941632 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z a))) (if (<=.f64 t #s(literal 539999999999999998359511529127248047209515756038153894354747392 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 a #s(literal 5928554968950589/118571099379011784113736688648896417641748464297615937576404566024103044751294464 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(if (<=.f64 a #s(literal 5928554968950589/118571099379011784113736688648896417641748464297615937576404566024103044751294464 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 4584× | *-lowering-*.f32 |
| 4584× | *-lowering-*.f64 |
| 4064× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 98 |
| 1 | 121 | 97 |
| 2 | 765 | 97 |
| 3 | 7819 | 97 |
| 0 | 8002 | 97 |
| 0 | 36 | 172 |
| 1 | 199 | 168 |
| 2 | 1698 | 168 |
| 0 | 8135 | 168 |
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 758 | 56 |
| 0 | 9164 | 56 |
| 0 | 13 | 12 |
| 1 | 31 | 12 |
| 2 | 110 | 12 |
| 3 | 347 | 12 |
| 4 | 965 | 12 |
| 5 | 1846 | 12 |
| 6 | 3531 | 12 |
| 7 | 5840 | 12 |
| 0 | 8334 | 12 |
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 0 | 33 | 127 |
| 1 | 180 | 123 |
| 2 | 1650 | 120 |
| 0 | 8735 | 120 |
| 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 |
Compiled 1390 to 862 computations (38% saved)
(negabs a)
Compiled 1564 to 600 computations (61.6% saved)
Loading profile data...