
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-mult: 43.0ms (72.3% of total)ival-sub: 7.0ms (11.8% of total)ival-div: 6.0ms (10.1% of total)const: 2.0ms (3.4% of total)backward-pass: 1.0ms (1.7% of total)| 736.0ms | 8256× | 0 | valid |
ival-mult: 265.0ms (66.1% of total)ival-div: 68.0ms (17% of total)ival-sub: 50.0ms (12.5% of total)const: 16.0ms (4% of total)backward-pass: 3.0ms (0.7% of total)| 2× | egg-herbie |
| 2170× | fnmadd-define |
| 1698× | fma-lowering-fma.f32 |
| 1698× | fma-lowering-fma.f64 |
| 1682× | fmsub-define |
| 1644× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 80 | 261 |
| 1 | 335 | 252 |
| 2 | 1133 | 252 |
| 3 | 4508 | 252 |
| 0 | 13 | 12 |
| 1 | 31 | 12 |
| 2 | 110 | 12 |
| 3 | 347 | 12 |
| 4 | 965 | 12 |
| 5 | 1846 | 12 |
| 6 | 3531 | 12 |
| 7 | 5840 | 12 |
| 0 | 8334 | 12 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (/ (fma x (* t -9) (* y z)) 2) a) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (fma x (* z -9) (* y t)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (fmsub y a (* z (* 9 t))) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (fmsub x (/ z 2) (* y (* t 9/2))) a) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (fmsub x t (* y (* z 9))) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (fmsub x a (* z (* 9 t))) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (fma t (* a -9) (* x y)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
(/ (fmsub x y (* z (* 9 a))) (* t 2)) |
(negabs a)
(sort x y)
(sort z t)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 22 | 0 | - | 0 | - | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 5 | 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)) |
| 117.0ms | 512× | 0 | valid |
Compiled 116 to 41 computations (64.7% saved)
ival-mult: 72.0ms (90.5% of total)ival-div: 4.0ms (5% of total)ival-sub: 2.0ms (2.5% of total)const: 1.0ms (1.3% of total)backward-pass: 0.0ms (0% of total)Compiled 18 to 13 computations (27.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 90.1% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 90.1% | (/.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.3% | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | accuracy | 91.7% | (/.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.3% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 98.3% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 91.7% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 47.0ms | 256× | 0 | valid |
Compiled 92 to 19 computations (79.3% saved)
ival-mult: 10.0ms (58.8% of total)ival-div: 3.0ms (17.7% of total)ival-sub: 1.0ms (5.9% of total)ival-add: 1.0ms (5.9% of total)const: 1.0ms (5.9% 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 | |
|---|---|---|---|---|
| 5.0ms | a | @ | inf | (* a 2) |
| 4.0ms | t | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 3.0ms | a | @ | -inf | (* a 2) |
| 1.0ms | y | @ | inf | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | a | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1× | batch-egg-rewrite |
| 3148× | *-lowering-*.f32 |
| 3148× | *-lowering-*.f64 |
| 2198× | /-lowering-/.f32 |
| 2198× | /-lowering-/.f64 |
| 1470× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 761 | 56 |
| 0 | 9023 | 56 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
(* z (* t -9)) |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(- (* x y) (* (* z 9) t)) |
(* (* z 9) t) |
(* a 2) |
| Outputs |
|---|
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) #s(literal -2 binary64))) (/.f64 z a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t a)) (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t #s(literal 2 binary64))) (/.f64 (*.f64 z #s(literal 9 binary64)) a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 a (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 x y (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64)) (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (pow.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(*.f64 x y) |
(*.f64 y x) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(neg.f64 (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 t #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) #s(literal -2 binary64))) (/.f64 z a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t a)) (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t #s(literal 2 binary64))) (/.f64 (*.f64 z #s(literal 9 binary64)) a) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 a (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 x y (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64)) (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (pow.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 x (*.f64 y (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (*.f64 t (*.f64 t t)) #s(literal 729 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))) (*.f64 (-.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 t (*.f64 z #s(literal 9 binary64))))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal -9 binary64)))) |
(*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal 9 binary64)) t) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (neg.f64 (*.f64 z #s(literal -9 binary64))) t) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (*.f64 t #s(literal 9 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) |
(neg.f64 (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 #s(literal 2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) |
| 1× | egg-herbie |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 1636× | /-lowering-/.f32 |
| 1636× | /-lowering-/.f64 |
| 1340× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* -9 (* t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* -9 (* t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* -9 (* t z)) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* -9 (* t z)) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
| Outputs |
|---|
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
Compiled 33973 to 1189 computations (96.5% saved)
15 alts after pruning (14 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1029 | 14 | 1043 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1030 | 15 | 1045 |
| Status | Accuracy | Program |
|---|---|---|
| 89.9% | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) | |
| 65.2% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) | |
| 49.8% | (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) | |
| ▶ | 58.3% | (/.f64 (+.f64 (*.f64 x y) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 90.1% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 49.7% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 52.5% | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 49.0% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) | |
| 89.3% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) | |
| ▶ | 85.2% | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| 70.7% | (+.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))) | |
| 82.8% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) | |
| ▶ | 90.0% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 53.3% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) | |
| ▶ | 52.5% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
Compiled 642 to 419 computations (34.7% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))) |
| ✓ | cost-diff | 768 | (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
| ✓ | cost-diff | 768 | (+.f64 (*.f64 x y) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
| ✓ | cost-diff | 768 | (/.f64 (+.f64 (*.f64 x y) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x y) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 z #s(literal -9 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 t (*.f64 z #s(literal -9 binary64))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 t z) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 t z) a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 3486× | *-lowering-*.f32 |
| 3486× | *-lowering-*.f64 |
| 2110× | fma-define |
| 1734× | /-lowering-/.f32 |
| 1734× | /-lowering-/.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 208 |
| 1 | 111 | 206 |
| 2 | 366 | 200 |
| 3 | 1498 | 200 |
| 4 | 3409 | 200 |
| 5 | 4302 | 200 |
| 6 | 5761 | 200 |
| 7 | 7699 | 200 |
| 0 | 8248 | 200 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/2 a) (+ (* x y) (* -9 (* z t)))) |
(/ 1/2 a) |
1/2 |
a |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
x |
y |
(* -9 (* z t)) |
-9 |
(* z t) |
z |
t |
(* -9/2 (/ (* t z) a)) |
-9/2 |
(/ (* t z) a) |
(* t z) |
t |
z |
a |
(/ (* t (* z -9)) (* a 2)) |
(* t (* z -9)) |
t |
(* z -9) |
z |
-9 |
(* a 2) |
a |
2 |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(/ (/ (* x y) a) 2) |
(/ (* x y) a) |
(* x y) |
x |
y |
a |
2 |
(* t (* (/ z a) 9/2)) |
t |
(* (/ z a) 9/2) |
(/ z a) |
z |
9/2 |
(/ (+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))) (* a 2)) |
(+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))) |
(* x y) |
x |
y |
(/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9)))) |
(* (* (* z t) (* z t)) -81) |
(* (* z t) (* z t)) |
(* z t) |
z |
t |
-81 |
(+ 0 (* t (* z 9))) |
0 |
(* t (* z 9)) |
(* z 9) |
9 |
(* a 2) |
a |
2 |
| Outputs |
|---|
(* (/ 1/2 a) (+ (* x y) (* -9 (* z t)))) |
(/.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(+ (* x y) (* -9 (* z t))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* -9 (* z t)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
-9 |
#s(literal -9 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.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 |
(/ (* t (* z -9)) (* a 2)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(* t (* z -9)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
t |
(* z -9) |
(*.f64 #s(literal -9 binary64) z) |
z |
-9 |
#s(literal -9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(+.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a))) |
(/ (/ (* x y) a) 2) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(* x y) |
(*.f64 x y) |
x |
y |
a |
2 |
#s(literal 2 binary64) |
(* t (* (/ z a) 9/2)) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) |
t |
(* (/ z a) 9/2) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(/ z a) |
(/.f64 z a) |
z |
9/2 |
#s(literal 9/2 binary64) |
(/ (+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) |
(+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9)))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(* (* (* z t) (* z t)) -81) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal -81 binary64))) |
(* (* z t) (* z t)) |
(*.f64 z (*.f64 z (*.f64 t t))) |
(* z t) |
(*.f64 z t) |
z |
t |
-81 |
#s(literal -81 binary64) |
(+ 0 (* t (* z 9))) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
0 |
#s(literal 0 binary64) |
(* t (* z 9)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* z 9) |
(*.f64 z #s(literal 9 binary64)) |
9 |
#s(literal 9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 z t) (*.f64 z t)) |
| ✓ | accuracy | 98.3% | (+.f64 (*.f64 x y) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) |
| ✓ | accuracy | 91.7% | (/.f64 (+.f64 (*.f64 x y) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 43.6% | (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64))))) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
| ✓ | accuracy | 97.1% | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | accuracy | 93.1% | (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
| ✓ | accuracy | 89.8% | (/.f64 (*.f64 x y) a) |
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -9 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 t (*.f64 z #s(literal -9 binary64))) |
| ✓ | accuracy | 92.4% | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 t z) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | accuracy | 92.4% | (/.f64 (*.f64 t z) a) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -9 binary64) (*.f64 z t)) |
| ✓ | accuracy | 98.3% | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | accuracy | 91.6% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 113.0ms | 256× | 0 | valid |
Compiled 257 to 41 computations (84% saved)
ival-mult: 35.0ms (63.2% of total)ival-div: 14.0ms (25.3% of total)ival-add: 4.0ms (7.2% of total)ival-sub: 1.0ms (1.8% of total)const: 1.0ms (1.8% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (/ 1/2 a) (+ (* x y) (* -9 (* z t))))> |
#<alt (/ 1/2 a)> |
#<alt (+ (* x y) (* -9 (* z t)))> |
#<alt (* x y)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (* t z)> |
#<alt (/ (* t (* z -9)) (* a 2))> |
#<alt (* t (* z -9))> |
#<alt (* z -9)> |
#<alt (* a 2)> |
#<alt (- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2)))> |
#<alt (/ (/ (* x y) a) 2)> |
#<alt (/ (* x y) a)> |
#<alt (/ (+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))) (* a 2))> |
#<alt (+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9)))))> |
#<alt (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))> |
#<alt (+ 0 (* t (* z 9)))> |
#<alt (* -9 (* z t))> |
#<alt (* t (* (/ z a) 9/2))> |
#<alt (* (/ z a) 9/2)> |
#<alt (* (* z t) (* z t))> |
| Outputs |
|---|
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* -9 z)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (* -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 (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (pow z 2))> |
180 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 35.0ms | z | @ | 0 | (* (/ z a) 9/2) |
| 2.0ms | z | @ | 0 | (* -9/2 (/ (* t z) a)) |
| 1.0ms | a | @ | 0 | (- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
| 1.0ms | z | @ | 0 | (* (* z t) (* z t)) |
| 1.0ms | x | @ | 0 | (- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
| 1× | batch-egg-rewrite |
| 3948× | *-lowering-*.f32 |
| 3948× | *-lowering-*.f64 |
| 3334× | /-lowering-/.f32 |
| 3334× | /-lowering-/.f64 |
| 1560× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 134 |
| 1 | 219 | 134 |
| 2 | 2143 | 134 |
| 0 | 9123 | 134 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ 1/2 a) (+ (* x y) (* -9 (* z t)))) |
(/ 1/2 a) |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(* t z) |
(/ (* t (* z -9)) (* a 2)) |
(* t (* z -9)) |
(* z -9) |
(* a 2) |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(/ (/ (* x y) a) 2) |
(/ (* x y) a) |
(/ (+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))) (* a 2)) |
(+ (* x y) (/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9))))) |
(/ (* (* (* z t) (* z t)) -81) (+ 0 (* t (* z 9)))) |
(+ 0 (* t (* z 9))) |
(* -9 (* z t)) |
(* t (* (/ z a) 9/2)) |
(* (/ z a) 9/2) |
(* (* z t) (* z t)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(+.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t (/.f64 a z)) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 t (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 9/2 binary64) (/.f64 t (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 1/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) t) (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 a #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal -2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -2 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.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 -1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z))) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/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 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a (*.f64 z t))) #s(literal -9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.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) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 z t))) #s(literal 9 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) 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) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -9/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.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)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 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)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) 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 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.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 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.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 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.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 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.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 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -2 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/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 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.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)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.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) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a (*.f64 z t))) #s(literal 9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 z t))) #s(literal -9 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 9/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 x y) (*.f64 (neg.f64 (*.f64 z (*.f64 t (*.f64 z t)))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(-.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 x y (*.f64 (neg.f64 (*.f64 z (*.f64 t (*.f64 z t)))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (*.f64 (neg.f64 (*.f64 z (*.f64 t (*.f64 z t)))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) (*.f64 x y)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 x y)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.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) (*.f64 z t)) #s(literal 9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 x y) |
(*.f64 y x) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(neg.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) (-.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 -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z))) #s(literal -2 binary64)) |
(/.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))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 #s(literal -9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z))) |
(*.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(*.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t) |
(*.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) z) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(/.f64 t (/.f64 a z)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 z t))))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (neg.f64 (/.f64 a z))) |
(/.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 t #s(literal 1 binary64)) (/.f64 a z)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) a) |
(/.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 t #s(literal 1 binary64))) (neg.f64 (/.f64 a z))) |
(/.f64 (neg.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)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 z a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 t (/.f64 a z))) |
(*.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))) |
(exp.f64 (*.f64 (log.f64 (*.f64 z t)) #s(literal 1 binary64))) |
(pow.f64 (*.f64 z t) #s(literal 1 binary64)) |
(*.f64 z t) |
(*.f64 t z) |
(*.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64))) |
(*.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(neg.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) (-.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 -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z))) #s(literal -2 binary64)) |
(/.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))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 #s(literal -9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z))) |
(*.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 t (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(*.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t) |
(*.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a)) |
(*.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) z) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 t #s(literal 2 binary64))) |
(*.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal -9 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) t) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal -9 binary64) z)) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal 9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal 9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t) (*.f64 z #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))) t) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) t)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t)) (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) t)) |
(pow.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 z (*.f64 #s(literal 9 binary64) t)) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal 9 binary64)) t) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) |
(*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) |
(*.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t)) |
(*.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (pow.f64 (/.f64 #s(literal -9 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z #s(literal 9 binary64))) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) #s(literal -9 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 #s(literal -9 binary64) z) |
(*.f64 z #s(literal -9 binary64)) |
(/.f64 a #s(literal 1/2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1/2 binary64)) |
(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 2 binary64) a) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(+.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t (/.f64 a z)) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 t (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 9/2 binary64) (/.f64 t (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 1/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) t) (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 a #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal -2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -2 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.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 -1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z))) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/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 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a (*.f64 z t))) #s(literal -9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.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) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 z t))) #s(literal 9 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) 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) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -9/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.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)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 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)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) 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 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.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 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.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 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.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 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.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 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -2 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/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 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.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)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.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) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a (*.f64 z t))) #s(literal 9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 z t))) #s(literal -9 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 9/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64))) (neg.f64 (-.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 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64))) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 x y))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 x y) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 x 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 (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)))) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 y a)) |
(*.f64 y (/.f64 x a)) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y a) x) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(+.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z t) (/.f64 #s(literal -9 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 t (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t (/.f64 a z)) #s(literal -9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t (/.f64 a z)) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 t (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 9/2 binary64) (/.f64 t (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 1/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) a) (/.f64 t #s(literal 2 binary64)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (neg.f64 (/.f64 t (/.f64 a z))) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) t) (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)) a)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 a #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal -2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -2 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.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 -1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z))) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/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 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a (*.f64 z t))) #s(literal -9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.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) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 z t))) #s(literal 9 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 #s(literal -2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) 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) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) #s(literal -4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -9/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.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)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 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)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) 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 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.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 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.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 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.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 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.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 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal -2 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 #s(literal -2 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/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 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal -9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.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)) (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal -9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (*.f64 z t) #s(literal -9/2 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal -2 binary64)) (*.f64 a (neg.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 t a) (*.f64 #s(literal -9 binary64) z)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.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) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 a (*.f64 z t))) #s(literal 9 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (*.f64 z t))) #s(literal -9 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 9/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/2 binary64)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 a (*.f64 z t))) (*.f64 a #s(literal 9/2 binary64))) (*.f64 a (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal 729/8 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z))) #s(literal 81/4 binary64)) (/.f64 (*.f64 (*.f64 x y) (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a))) #s(literal 8 binary64)) (*.f64 (*.f64 (/.f64 t (/.f64 a z)) (*.f64 (/.f64 t (/.f64 a z)) (/.f64 t (/.f64 a z)))) #s(literal -729/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 x y) (*.f64 (neg.f64 (*.f64 z (*.f64 t (*.f64 z t)))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(-.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 x y (*.f64 (neg.f64 (*.f64 z (*.f64 t (*.f64 z t)))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (*.f64 (neg.f64 (*.f64 z (*.f64 t (*.f64 z t)))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) (*.f64 x y)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 x y)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.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) (*.f64 z t)) #s(literal 9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (*.f64 x y)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal 9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal 9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t) (*.f64 z #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))) t) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) t)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t)) (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) t)) |
(pow.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 z (*.f64 #s(literal 9 binary64) t)) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal 9 binary64)) t) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) |
(*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) |
(*.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t)) |
(*.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (pow.f64 (/.f64 #s(literal -9 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z #s(literal 9 binary64))) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) #s(literal -9 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal 9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal 9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t) (*.f64 z #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))) t) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) t)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t)) (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) t)) |
(pow.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 z (*.f64 #s(literal 9 binary64) t)) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal 9 binary64)) t) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) |
(*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) |
(*.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t)) |
(*.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (pow.f64 (/.f64 #s(literal -9 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z #s(literal 9 binary64))) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) #s(literal -9 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 t #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 z (*.f64 #s(literal 9 binary64) t) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 t (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z)) #s(literal 0 binary64)) |
(fma.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 9 binary64) (*.f64 z t) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (*.f64 t #s(literal 9 binary64)) z #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 0 binary64)) |
(neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t) (*.f64 z #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))) t) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) t)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) t)) (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z t))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 z #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) t)) |
(pow.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 z (*.f64 (*.f64 t (*.f64 z t)) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 z (*.f64 #s(literal 9 binary64) t)) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 #s(literal -9 binary64) z))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (*.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (*.f64 z t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal -81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal -81 binary64) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal 9 binary64)) t) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))))) |
(*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z (*.f64 z t)) (*.f64 t (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))) |
(*.f64 (neg.f64 (*.f64 #s(literal -9 binary64) z)) t) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z z) (*.f64 (*.f64 t t) (/.f64 #s(literal -81 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (*.f64 z t) t) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z t)) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal 9 binary64))) |
(*.f64 (/.f64 (*.f64 z t) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 (*.f64 z t) #s(literal -81 binary64)) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t) (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z #s(literal 9 binary64))) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) t)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64))) (/.f64 #s(literal -81 binary64) t)) |
(*.f64 (/.f64 #s(literal -81 binary64) t) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -81 binary64) (*.f64 z t)) (/.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (pow.f64 (/.f64 #s(literal -9 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (*.f64 z #s(literal 9 binary64))) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z #s(literal 9 binary64))) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64)))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 81 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) (pow.f64 (/.f64 t #s(literal -81 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64)) #s(literal -9 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 z t) #s(literal -81 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t (*.f64 z t)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 t (*.f64 (*.f64 z t) #s(literal -81 binary64))) #s(literal -1 binary64))) |
(/.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t) a) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 t (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64))) |
(*.f64 (/.f64 t (/.f64 a z)) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t (/.f64 a z))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) t) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a)) |
(/.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 a z))) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a z)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 (*.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 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 9/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64))) |
(*.f64 z (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (*.f64 z t)) #s(literal 2 binary64))) |
(pow.f64 (*.f64 z t) #s(literal 2 binary64)) |
(pow.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 z t))) #s(literal 2 binary64)) |
(*.f64 z (*.f64 t (*.f64 z t))) |
(*.f64 z (*.f64 z (*.f64 t t))) |
(*.f64 t (*.f64 z (*.f64 z t))) |
(*.f64 (*.f64 z t) (*.f64 z t)) |
(*.f64 (*.f64 z (*.f64 z t)) t) |
(*.f64 (*.f64 t (*.f64 z t)) z) |
(*.f64 (*.f64 z z) (*.f64 t t)) |
(*.f64 (*.f64 t t) (*.f64 z z)) |
(*.f64 (*.f64 (*.f64 z z) t) t) |
(*.f64 (exp.f64 (log.f64 (*.f64 z t))) (exp.f64 (log.f64 (*.f64 z t)))) |
| 1× | egg-herbie |
| 5962× | *-lowering-*.f32 |
| 5962× | *-lowering-*.f64 |
| 1434× | associate-*l* |
| 1352× | associate-*r* |
| 1330× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 135 | 5112 |
| 1 | 468 | 5040 |
| 2 | 1602 | 5016 |
| 3 | 6168 | 5016 |
| 0 | 8243 | 5016 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* -9 (* t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* -9 (* t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* -9 z) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(* -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)))) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (pow z 2)) |
| Outputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #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 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t 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)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* 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 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -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) |
(* -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 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* -9 z) |
(*.f64 #s(literal -9 binary64) z) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 y a)) |
(/ (* x y) a) |
(*.f64 x (/.f64 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 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9 (* 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 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #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 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 t 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)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* 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 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* 9/2 (/ (* t z) a)) |
(/.f64 (*.f64 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)) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
(* (pow t 2) (pow z 2)) |
(*.f64 z (*.f64 t (*.f64 t z))) |
Compiled 93650 to 4446 computations (95.3% saved)
14 alts after pruning (12 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 4187 | 7 | 4194 |
| Fresh | 4 | 5 | 9 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 0 | 1 |
| Total | 4195 | 14 | 4209 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 89.9% | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| 47.3% | (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) | |
| ▶ | 49.7% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| 89.3% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) | |
| 52.4% | (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) | |
| 84.5% | (-.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) | |
| 82.8% | (*.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 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | 90.0% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 52.0% | (*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) | |
| ▶ | 53.3% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| 51.0% | (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) | |
| ✓ | 52.5% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ▶ | 54.0% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 430 to 306 computations (28.8% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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 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 x a) |
| ✓ | cost-diff | 0 | (*.f64 y (/.f64 x a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | cost-diff | 0 | (/.f64 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 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| ✓ | 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 #s(literal -9 binary64) (*.f64 z t))))) |
| 432× | *-lowering-*.f32 |
| 432× | *-lowering-*.f64 |
| 248× | fma-define |
| 240× | times-frac |
| 180× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 27 | 124 |
| 1 | 63 | 123 |
| 2 | 138 | 123 |
| 3 | 249 | 123 |
| 4 | 485 | 123 |
| 5 | 676 | 123 |
| 6 | 757 | 123 |
| 7 | 769 | 123 |
| 0 | 769 | 123 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (/ 1/2 a) (/ 1 (+ (* x y) (* -9 (* z t))))) |
(/ 1/2 a) |
1/2 |
a |
(/ 1 (+ (* x y) (* -9 (* z t)))) |
1 |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
x |
y |
(* -9 (* z t)) |
-9 |
(* z t) |
z |
t |
(* -9/2 (* z (/ t a))) |
-9/2 |
(* z (/ t a)) |
z |
(/ t a) |
t |
a |
(* 1/2 (* y (/ x a))) |
1/2 |
(* y (/ x a)) |
y |
(/ x a) |
x |
a |
(* (/ t a) (* z -9/2)) |
(/ t a) |
t |
a |
(* z -9/2) |
z |
-9/2 |
(/ (* x y) (* a 2)) |
(* x y) |
x |
y |
(* a 2) |
a |
2 |
| Outputs |
|---|
(/ (/ 1/2 a) (/ 1 (+ (* x y) (* -9 (* z t))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 #s(literal -9 binary64) t)))) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(/ 1 (+ (* x y) (* -9 (* z t)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 #s(literal -9 binary64) t)))) |
1 |
#s(literal 1 binary64) |
(+ (* x y) (* -9 (* z t))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 #s(literal -9 binary64) t))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* -9 (* z t)) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
-9 |
#s(literal -9 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
(* -9/2 (* z (/ t a))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
-9/2 |
#s(literal -9/2 binary64) |
(* z (/ t a)) |
(/.f64 (*.f64 z t) a) |
z |
(/ t a) |
(/.f64 t a) |
t |
a |
(* 1/2 (* y (/ x a))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
1/2 |
#s(literal 1/2 binary64) |
(* y (/ x a)) |
(/.f64 (*.f64 x y) a) |
y |
(/ x a) |
(/.f64 x a) |
x |
a |
(* (/ t a) (* z -9/2)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(/ t a) |
(/.f64 t a) |
t |
a |
(* z -9/2) |
(*.f64 z #s(literal -9/2 binary64)) |
z |
-9/2 |
#s(literal -9/2 binary64) |
(/ (* x y) (* a 2)) |
(/.f64 (*.f64 x y) (*.f64 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) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 89.8% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 100.0% | (*.f64 z #s(literal -9/2 binary64)) |
| ✓ | accuracy | 94.0% | (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 x a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | accuracy | 94.1% | (*.f64 y (/.f64 x a)) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ✓ | accuracy | 94.1% | (*.f64 z (/.f64 t a)) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -9 binary64) (*.f64 z t)) |
| ✓ | accuracy | 99.2% | (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| ✓ | accuracy | 98.3% | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | accuracy | 91.9% | (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| 75.0ms | 256× | 0 | valid |
Compiled 135 to 28 computations (79.3% saved)
ival-mult: 18.0ms (55.7% of total)ival-div: 12.0ms (37.2% of total)ival-add: 1.0ms (3.1% of total)const: 1.0ms (3.1% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (/ 1/2 a) (/ 1 (+ (* x y) (* -9 (* z t)))))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1 (+ (* x y) (* -9 (* z t))))> |
#<alt (+ (* x y) (* -9 (* z t)))> |
#<alt (* -9/2 (* z (/ t a)))> |
#<alt (* z (/ t a))> |
#<alt (/ t a)> |
#<alt (* 1/2 (* y (/ x a)))> |
#<alt (* y (/ x a))> |
#<alt (/ x a)> |
#<alt (* (/ t a) (* z -9/2))> |
#<alt (* z -9/2)> |
#<alt (/ (* x y) (* a 2))> |
#<alt (* x y)> |
#<alt (* a 2)> |
#<alt (* -9 (* z t))> |
| 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 (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 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 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 (* 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 (* 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 (* 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))> |
126 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | y | @ | 0 | (/ 1 (+ (* x y) (* -9 (* z t)))) |
| 2.0ms | y | @ | inf | (/ 1 (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | t | @ | -inf | (/ 1 (+ (* x y) (* -9 (* z t)))) |
| 0.0ms | z | @ | inf | (/ 1 (+ (* x y) (* -9 (* z t)))) |
| 0.0ms | t | @ | inf | (/ 1 (+ (* x y) (* -9 (* z t)))) |
| 1× | batch-egg-rewrite |
| 4618× | *-lowering-*.f32 |
| 4618× | *-lowering-*.f64 |
| 2716× | /-lowering-/.f32 |
| 2716× | /-lowering-/.f64 |
| 1266× | frac-times |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 27 | 91 |
| 1 | 116 | 90 |
| 2 | 757 | 90 |
| 3 | 7894 | 90 |
| 0 | 8168 | 90 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ 1/2 a) (/ 1 (+ (* x y) (* -9 (* z t))))) |
(/ 1/2 a) |
(/ 1 (+ (* x y) (* -9 (* z t)))) |
(+ (* x y) (* -9 (* z t))) |
(* -9/2 (* z (/ t a))) |
(* z (/ t a)) |
(/ t a) |
(* 1/2 (* y (/ x a))) |
(* y (/ x a)) |
(/ x a) |
(* (/ t a) (* z -9/2)) |
(* z -9/2) |
(/ (* x y) (* a 2)) |
(* x y) |
(* a 2) |
(* -9 (* z t)) |
| Outputs |
|---|
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal -1/2 binary64) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal -1/2 binary64) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 y (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z 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 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 2 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 a (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (-.f64 (*.f64 (*.f64 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 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 (*.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 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 (*.f64 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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 (*.f64 (*.f64 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 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 (-.f64 (*.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 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (*.f64 (*.f64 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 #s(literal 1/2 binary64) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 a (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.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 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.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)) #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 (-.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (-.f64 (*.f64 (*.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 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) #s(literal -1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) a) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) (-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 #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 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))) 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 #s(literal -9 binary64) (*.f64 z t))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(*.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(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 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 x (*.f64 x (*.f64 y y))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))))) |
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (*.f64 x (*.f64 x (*.f64 y y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))))) |
(+.f64 (*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(-.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 (*.f64 x (*.f64 y (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) |
(-.f64 (/.f64 (*.f64 x y) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) |
(/.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 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 x (*.f64 x (*.f64 y y)))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 x (*.f64 x (*.f64 y y)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (+.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 (*.f64 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 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (-.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 6561 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 x y) (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (neg.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(+.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 x y)) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 x y)) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 x y)) |
(+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 x y)) |
(+.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))) |
(+.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))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1 binary64) (log.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (log.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z 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 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (-.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64))))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 6561 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64))))))) |
(/.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 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 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 (*.f64 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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (*.f64 (-.f64 (*.f64 (*.f64 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 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) #s(literal 1 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 #s(literal 531441 binary64) (*.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 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (-.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.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 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.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 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64))))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 6561 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64))))) (+.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 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 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y))))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (-.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 #s(literal 6561 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))))) |
(pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (*.f64 (-.f64 (*.f64 (*.f64 z 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 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) |
(*.f64 (-.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 x (*.f64 x (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.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 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (-.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (-.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 y y)) (*.f64 x (*.f64 x (*.f64 y y))))) (*.f64 (*.f64 z (*.f64 t (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(neg.f64 (*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (neg.f64 (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 t (*.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) (/.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 #s(literal -1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 (*.f64 (*.f64 z t) #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 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.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 t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t 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 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(neg.f64 (*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) z)) |
(neg.f64 (*.f64 z (/.f64 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 #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 (*.f64 z t) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (neg.f64 z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) |
(/.f64 (*.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 t a) z) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (/.f64 #s(literal -1 binary64) a) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.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 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 z a) t) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) 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))) |
(-.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 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x y))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64)))) |
(/.f64 x (/.f64 (/.f64 a #s(literal 1/2 binary64)) y)) |
(/.f64 x (*.f64 (/.f64 #s(literal 2 binary64) y) a)) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (*.f64 x y))) |
(/.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x))) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 a x) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 x a)))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 a x) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 y #s(literal 2 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) #s(literal -2 binary64))) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/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))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal 2 binary64) y))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (/.f64 y #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x)))) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.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))) |
(/.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 x y) #s(literal -2 binary64)) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 y #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 y #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x (/.f64 #s(literal 2 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x))) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -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 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (pow.f64 (/.f64 a y) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) (pow.f64 (/.f64 a y) #s(literal -1 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 (/.f64 (/.f64 y #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x #s(literal 2 binary64))) (/.f64 y a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal 2 binary64) y))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 (/.f64 y #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(neg.f64 (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(/.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 y (/.f64 a x)) |
(/.f64 (*.f64 x y) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 y #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 x (/.f64 y a)) |
(*.f64 y (/.f64 x a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x a) y) |
(*.f64 #s(literal -1 binary64) (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) a) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y a) x) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 x a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a x))) |
(/.f64 #s(literal 1 binary64) (/.f64 a x)) |
(/.f64 x a) |
(/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 a x) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x a)) |
(*.f64 x (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) x) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a x) #s(literal -1/2 binary64))) |
(neg.f64 (*.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (neg.f64 (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) a) |
(/.f64 (*.f64 (*.f64 t (*.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) (/.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 #s(literal -1 binary64) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 (*.f64 (*.f64 z t) #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 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.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 t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t 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 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) t) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.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)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x y))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64)))) |
(/.f64 x (/.f64 (/.f64 a #s(literal 1/2 binary64)) y)) |
(/.f64 x (*.f64 (/.f64 #s(literal 2 binary64) y) a)) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (*.f64 x y))) |
(/.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x))) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 a x) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 x a)))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 a x) #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 y #s(literal 2 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) #s(literal -2 binary64))) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (*.f64 x y) #s(literal -1/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))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal 2 binary64) y))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) a) |
(/.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (/.f64 y #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x)))) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.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))) |
(/.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 y #s(literal 2 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 x y) #s(literal -2 binary64)) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x y) (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x)))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 y #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 y #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x (/.f64 #s(literal 2 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 y (/.f64 a (-.f64 #s(literal 0 binary64) x))) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 x (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -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 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (pow.f64 (/.f64 a y) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) (pow.f64 (/.f64 a y) #s(literal -1 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 (/.f64 (/.f64 y #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x #s(literal 2 binary64))) (/.f64 y a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal 2 binary64) y))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 (/.f64 y #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 x y) |
(*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(*.f64 y x) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) x) |
(-.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)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
| 1× | egg-herbie |
| 5452× | *-lowering-*.f32 |
| 5452× | *-lowering-*.f64 |
| 2768× | /-lowering-/.f32 |
| 2768× | /-lowering-/.f64 |
| 2194× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 412 | 4274 |
| 1 | 1536 | 4142 |
| 2 | 5656 | 4086 |
| 0 | 8301 | 4086 |
| 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) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/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 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)) |
(* 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) |
(* 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 (* 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 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t z) #s(literal -9/2 binary64)) x) a) (/.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 (*.f64 t z) #s(literal -9/2 binary64)) x) a) (/.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 (*.f64 t z) #s(literal -9/2 binary64)) x) a) (/.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) #s(literal 9/2 binary64)) a) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 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 y (/.f64 x a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) a) y)) (-.f64 #s(literal 0 binary64) y)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 y (/.f64 x a))) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(/ 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 t (*.f64 t (*.f64 t (*.f64 z (*.f64 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))) |
(- (* 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 y y)) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 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 t (*.f64 z #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 t (*.f64 t (*.f64 z z))) #s(literal 81 binary64)) (*.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 (*.f64 #s(literal 729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 y #s(literal 4 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal 81 binary64)) (*.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 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x))) y) |
(* -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 t (*.f64 t (*.f64 z z))) #s(literal 81 binary64)) (*.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 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) (*.f64 x (pow.f64 y #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal -81 binary64)) (*.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 (*.f64 x x) (*.f64 t (*.f64 t t))) (*.f64 (/.f64 y (*.f64 z (*.f64 z z))) #s(literal -1/729 binary64))) (*.f64 #s(literal -1/81 binary64) (/.f64 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 (*.f64 #s(literal -1/6561 binary64) (*.f64 x (*.f64 x x))) y) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x x)) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))))) (*.f64 #s(literal -1/81 binary64) (/.f64 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 t (*.f64 z #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 t (*.f64 t (*.f64 z z))) #s(literal 81 binary64)) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 t (*.f64 z #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 (*.f64 #s(literal 729 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 y y) (*.f64 y (pow.f64 x #s(literal 4 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal 81 binary64)) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 t (*.f64 z #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 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) 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)) |
(/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal 81 binary64)) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 t (*.f64 z #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 t (*.f64 z #s(literal 9 binary64))) (*.f64 x x)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) (*.f64 y (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 t (*.f64 t (*.f64 z z))) #s(literal -81 binary64)) (*.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 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 t z) y) y)) (*.f64 x x))) |
(+ (* 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 t #s(literal 9 binary64)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(+ (* z (- (* z (- (* 729 (/ (* (pow t 3) z) (* (pow x 4) (pow y 4)))) (* -81 (/ (pow t 2) (* (pow x 3) (pow y 3)))))) (* -9 (/ t (* (pow x 2) (pow y 2)))))) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (*.f64 z (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 #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 #s(literal -1/6561 binary64) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y))))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 x x) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 y (/.f64 y (*.f64 z z))) #s(literal -1/729 binary64)))) (-.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/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 x (*.f64 x x)) (pow.f64 t #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 y (*.f64 y y)) z) #s(literal 1/6561 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 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 t z) y) y)) (*.f64 x x))) |
(+ (* 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 #s(literal -1/729 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 t (*.f64 z (*.f64 z z)))) (/.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 #s(literal -1/6561 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 t t) (*.f64 t (pow.f64 z #s(literal 4 binary64)))))) (-.f64 (-.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 #s(literal 1/729 binary64) (*.f64 x x)) (/.f64 (*.f64 y y) (*.f64 z (*.f64 z z)))) (*.f64 t t)))) t) |
(/ -1/9 (* t z)) |
(/.f64 #s(literal -1/9 binary64) (*.f64 t z)) |
(* -1 (/ (+ (* 1/81 (/ (* x y) (* t (pow z 2)))) (* 1/9 (/ 1 z))) t)) |
(/.f64 (-.f64 (/.f64 #s(literal -1/9 binary64) z) (/.f64 (*.f64 (*.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 #s(literal -1/729 binary64) (*.f64 x x)) (*.f64 y y)) (*.f64 t (*.f64 z (*.f64 z z)))) (/.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 #s(literal 1/6561 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 t (pow.f64 z #s(literal 4 binary64))))) (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 x x)) (/.f64 (*.f64 y y) (*.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 #s(literal 0 binary64) (-.f64 (*.f64 t (*.f64 (/.f64 z x) #s(literal 9 binary64))) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t (*.f64 (/.f64 z x) #s(literal 9 binary64))) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t (*.f64 (/.f64 z x) #s(literal 9 binary64))) 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 (*.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 (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) x) #s(literal -1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) x) #s(literal -1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) x) #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)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 x (/.f64 y t)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 x (/.f64 y t)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 x (/.f64 y t)))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 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 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ t 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) |
(* 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))) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.f64 x a)) |
(/ (* x y) a) |
(*.f64 y (/.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) |
(/ x a) |
(/.f64 x a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* 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))) |
(* 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) |
(* 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 (* 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 27953 to 2337 computations (91.6% saved)
15 alts after pruning (9 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1496 | 6 | 1502 |
| Fresh | 4 | 3 | 7 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1501 | 15 | 1516 |
| Status | Accuracy | Program |
|---|---|---|
| 49.6% | (/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) | |
| ▶ | 50.9% | (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
| ✓ | 49.7% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| 53.2% | (/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) | |
| ▶ | 89.3% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ▶ | 52.4% | (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
| 51.0% | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) | |
| 82.8% | (*.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 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | 90.0% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| ▶ | 52.0% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ✓ | 53.3% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | 52.5% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | 54.0% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ▶ | 54.0% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
Compiled 326 to 242 computations (25.8% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 a t) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 a t)) |
| ✓ | cost-diff | 128 | (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t))) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
| ✓ | cost-diff | 0 | (/.f64 a y) |
| ✓ | cost-diff | 0 | (/.f64 x #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
| ✓ | cost-diff | 0 | (*.f64 z t) |
| ✓ | cost-diff | 0 | (/.f64 a (*.f64 z t)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
| ✓ | cost-diff | 0 | (/.f64 z a) |
| ✓ | cost-diff | 0 | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | cost-diff | 0 | (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| 692× | *-lowering-*.f32 |
| 692× | *-lowering-*.f64 |
| 538× | associate-*l* |
| 482× | associate-*r* |
| 376× | fma-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 28 | 126 |
| 1 | 62 | 125 |
| 2 | 136 | 124 |
| 3 | 309 | 124 |
| 4 | 534 | 124 |
| 5 | 752 | 124 |
| 6 | 1077 | 124 |
| 7 | 1150 | 124 |
| 8 | 1180 | 124 |
| 9 | 1198 | 124 |
| 10 | 1255 | 124 |
| 11 | 1359 | 124 |
| 12 | 1365 | 124 |
| 13 | 1415 | 124 |
| 14 | 1639 | 124 |
| 15 | 1651 | 124 |
| 16 | 1660 | 124 |
| 17 | 1682 | 124 |
| 18 | 1708 | 124 |
| 0 | 1708 | 124 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
1/2 |
(/ a (+ (* x y) (* -9 (* z t)))) |
a |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
x |
y |
(* -9 (* z t)) |
-9 |
(* z t) |
z |
t |
(* (* t -9/2) (/ z a)) |
(* t -9/2) |
t |
-9/2 |
(/ z a) |
z |
a |
(/ -9/2 (/ a (* z t))) |
-9/2 |
(/ a (* z t)) |
a |
(* z t) |
z |
t |
(/ (/ x 2) (/ a y)) |
(/ x 2) |
x |
2 |
(/ a y) |
a |
y |
(* -9/2 (* z (/ 1 (/ a t)))) |
-9/2 |
(* z (/ 1 (/ a t))) |
z |
(/ 1 (/ a t)) |
1 |
(/ a t) |
a |
t |
| Outputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (+ (* x y) (* -9 (* z t)))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
a |
(+ (* x y) (* -9 (* z t))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* -9 (* z t)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
-9 |
#s(literal -9 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
(* (* t -9/2) (/ z a)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(* t -9/2) |
(*.f64 t #s(literal -9/2 binary64)) |
t |
-9/2 |
#s(literal -9/2 binary64) |
(/ z a) |
(/.f64 z a) |
z |
a |
(/ -9/2 (/ a (* z t))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
-9/2 |
#s(literal -9/2 binary64) |
(/ a (* z t)) |
(/.f64 a (*.f64 z t)) |
a |
(* z t) |
(*.f64 z t) |
z |
t |
(/ (/ x 2) (/ a y)) |
(/.f64 x (/.f64 (*.f64 a #s(literal 2 binary64)) y)) |
(/ x 2) |
(/.f64 x #s(literal 2 binary64)) |
x |
2 |
#s(literal 2 binary64) |
(/ a y) |
(/.f64 a y) |
a |
y |
(* -9/2 (* z (/ 1 (/ a t)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
-9/2 |
#s(literal -9/2 binary64) |
(* z (/ 1 (/ a t))) |
(/.f64 t (/.f64 a z)) |
z |
(/ 1 (/ a t)) |
(/.f64 t a) |
1 |
#s(literal 1 binary64) |
(/ a t) |
(/.f64 a t) |
a |
t |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 a t) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
| ✓ | accuracy | 99.3% | (/.f64 #s(literal 1 binary64) (/.f64 a t)) |
| ✓ | accuracy | 94.1% | (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t))) |
| ✓ | accuracy | 100.0% | (/.f64 x #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 a y) |
| ✓ | accuracy | 90.9% | (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
| ✓ | accuracy | 100.0% | (*.f64 z t) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
| ✓ | accuracy | 92.2% | (/.f64 a (*.f64 z t)) |
| ✓ | accuracy | 100.0% | (/.f64 z a) |
| ✓ | accuracy | 100.0% | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | accuracy | 93.0% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -9 binary64) (*.f64 z t)) |
| ✓ | accuracy | 99.0% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ✓ | accuracy | 98.3% | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | accuracy | 91.3% | (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 95.0ms | 256× | 0 | valid |
Compiled 139 to 29 computations (79.1% saved)
ival-div: 16.0ms (52.1% of total)ival-mult: 12.0ms (39.1% of total)ival-add: 1.0ms (3.3% of total)const: 1.0ms (3.3% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 1/2 (/ a (+ (* x y) (* -9 (* z t)))))> |
#<alt (/ a (+ (* x y) (* -9 (* z t))))> |
#<alt (+ (* x y) (* -9 (* z t)))> |
#<alt (* x y)> |
#<alt (* (* t -9/2) (/ z a))> |
#<alt (* t -9/2)> |
#<alt (/ z a)> |
#<alt (/ -9/2 (/ a (* z t)))> |
#<alt (/ a (* z t))> |
#<alt (* z t)> |
#<alt (/ (/ x 2) (/ a y))> |
#<alt (/ x 2)> |
#<alt (/ a y)> |
#<alt (* -9/2 (* z (/ 1 (/ a t))))> |
#<alt (* z (/ 1 (/ a t)))> |
#<alt (/ 1 (/ a t))> |
#<alt (/ a t)> |
#<alt (* -9 (* z t))> |
| 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 (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (/ z a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (/ a (* t z))> |
#<alt (* 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 (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (/ a y)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ 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 (* 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))> |
144 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | z | @ | 0 | (* z t) |
| 1.0ms | x | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | z | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | t | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | y | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1× | batch-egg-rewrite |
| 5060× | *-lowering-*.f32 |
| 5060× | *-lowering-*.f64 |
| 3222× | /-lowering-/.f32 |
| 3222× | /-lowering-/.f64 |
| 770× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 28 | 98 |
| 1 | 144 | 97 |
| 2 | 926 | 97 |
| 0 | 8271 | 97 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
(/ a (+ (* x y) (* -9 (* z t)))) |
(+ (* x y) (* -9 (* z t))) |
(* x y) |
(* (* t -9/2) (/ z a)) |
(* t -9/2) |
(/ z a) |
(/ -9/2 (/ a (* z t))) |
(/ a (* z t)) |
(* z t) |
(/ (/ x 2) (/ a y)) |
(/ x 2) |
(/ a y) |
(* -9/2 (* z (/ 1 (/ a t)))) |
(* z (/ 1 (/ a t))) |
(/ 1 (/ a t)) |
(/ a t) |
(* -9 (* z t)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) |
(+.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(+.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(+.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) |
(+.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 x (-.f64 #s(literal 0 binary64) y)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 x (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1 binary64)) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) |
(+.f64 (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1/2 binary64) a))) |
(+.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 #s(literal -1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 a (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 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 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.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 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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)))) #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)))) #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 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) #s(literal -1/2 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.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 (*.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 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 a (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.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 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 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 (pow.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) (*.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) (-.f64 (*.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) (-.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) (*.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 a (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 binary64) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal 1/2 binary64) a))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) a) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z 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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 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 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 x y)) (*.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) a)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal -1 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 x y)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 x y) (*.f64 x y))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(+.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))))) |
(+.f64 (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(+.f64 (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (*.f64 x y) (*.f64 x y)))) |
(+.f64 (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 x y)) (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))))) |
(+.f64 (*.f64 (*.f64 x y) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(neg.f64 (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(neg.f64 (/.f64 (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(/.f64 (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal -1 binary64)) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 a (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 x y))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(pow.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 a (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 1 binary64))) |
(*.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 a (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(*.f64 (/.f64 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 a (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (neg.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(+.f64 (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64))) (neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(+.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y))) (neg.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 z (*.f64 #s(literal -9 binary64) t) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))))) |
(/.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 x y)) (*.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 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 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 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (*.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (-.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 6561 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 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 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal 1 binary64)) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 #s(literal 531441 binary64) (*.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 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (-.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 531441 binary64) (*.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 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 531441 binary64) (*.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 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64)))))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 6561 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64)))) (+.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.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))))) (+.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 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y)))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.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 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.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 x y)) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (-.f64 (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 531441 binary64) (*.f64 (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 #s(literal 6561 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))))) |
(pow.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.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 #s(literal -9 binary64) (*.f64 z t))) (*.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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (*.f64 x y))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.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 x y)) (*.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 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))))) |
(*.f64 (*.f64 (-.f64 (*.f64 (*.f64 z t) #s(literal 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 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) |
(*.f64 (-.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (*.f64 x y) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64)))) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t)))))) (-.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) #s(literal 81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 z (*.f64 t (*.f64 z t))) #s(literal -81 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))) (*.f64 #s(literal 729 binary64) (*.f64 (*.f64 z t) (*.f64 z (*.f64 t (*.f64 z t))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 x y) |
(*.f64 y x) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a)))) |
(neg.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))))) |
(neg.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 a t))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a 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 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal -2/9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(/.f64 (neg.f64 (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t)) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.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 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) t) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal -1 binary64)) (*.f64 z t)) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 t #s(literal -9/2 binary64)) |
(*.f64 #s(literal -9/2 binary64) t) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 t #s(literal -9/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a z)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a z))) |
(/.f64 z a) |
(/.f64 #s(literal 1 binary64) (/.f64 a z)) |
(/.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)) |
(pow.f64 (/.f64 a z) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 z a) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 z a)) |
(*.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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a)))) |
(neg.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))))) |
(neg.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 a t))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a 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 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal -2/9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(/.f64 (neg.f64 (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t)) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.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 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) t) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal -1 binary64)) (*.f64 z t)) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (/.f64 a t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64))) |
(/.f64 a (*.f64 z t)) |
(/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) |
(/.f64 (/.f64 a t) z) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 a z) t) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 z a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 t a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)) (*.f64 z t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (*.f64 (/.f64 a z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 z (/.f64 a t)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(*.f64 (/.f64 a t) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 z t)) #s(literal 1 binary64))) |
(*.f64 (/.f64 a z) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 a z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a z)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a z)) (/.f64 (/.f64 #s(literal -1 binary64) t) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) t) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 a t)) |
(*.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) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(*.f64 (pow.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(*.f64 (pow.f64 (/.f64 z (/.f64 a t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 z (/.f64 a t)) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z t) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 z t) |
(*.f64 t z) |
(*.f64 (*.f64 z t) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 z t)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) (/.f64 y a))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) y))) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(neg.f64 (*.f64 (/.f64 y a) (/.f64 x #s(literal -2 binary64)))) |
(/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) |
(/.f64 x (*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) y)) #s(literal -2 binary64))) |
(/.f64 y (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 y (*.f64 (/.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 a (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 a y))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -2 binary64) (/.f64 y a))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal -2 binary64) x) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 a (/.f64 #s(literal -2 binary64) x))) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) y) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) a) #s(literal -2 binary64)) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(/.f64 (/.f64 x (/.f64 a y)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (/.f64 y (/.f64 #s(literal -2 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 y (/.f64 #s(literal -2 binary64) x)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x (/.f64 y (-.f64 #s(literal 0 binary64) a))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (-.f64 #s(literal 0 binary64) a))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (*.f64 a (/.f64 #s(literal 2 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -2 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) x) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -2 binary64) x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -2 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) a)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y)) a) |
(/.f64 (*.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 x y) #s(literal 1/2 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/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 a y))) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 y a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 (/.f64 x a) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y)))) #s(literal -2 binary64)) |
(/.f64 (/.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 a y))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 y a) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y)))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 a y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/2 binary64) (/.f64 a y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 y a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal -1/2 binary64) (/.f64 y a))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 y a) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) y) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 #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 x (/.f64 a #s(literal 1/2 binary64))) y) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 x a) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 y (/.f64 #s(literal -2 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (/.f64 x (*.f64 a (/.f64 #s(literal 2 binary64) y))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) a) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x (/.f64 a y)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 x (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) x) |
(*.f64 (pow.f64 (/.f64 a x) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) y) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 x (-.f64 #s(literal 0 binary64) y))) #s(literal -1 binary64)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) (/.f64 a y))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) a) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (/.f64 #s(literal -1/2 binary64) (/.f64 a y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 x (/.f64 a y))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x a)) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) #s(literal -1 binary64)) y) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) y) |
(*.f64 (/.f64 (/.f64 y a) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (/.f64 x (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x #s(literal -2 binary64))) |
(neg.f64 (/.f64 x #s(literal -2 binary64))) |
(neg.f64 (*.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))) |
(neg.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 x #s(literal 2 binary64)) |
(/.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -2 binary64)) |
(/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 1 binary64))) |
(*.f64 x #s(literal 1/2 binary64)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) |
(/.f64 a y) |
(/.f64 (/.f64 a y) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 y a)) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 a y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) y)) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 a y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a y)) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) a) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 y a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y a) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal -9/2 binary64)))) |
(neg.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a)))) |
(neg.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))))) |
(neg.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(neg.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 a t))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 a z)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a 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 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (/.f64 z (/.f64 a t)) #s(literal -2/9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -9/2 binary64))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(/.f64 (neg.f64 (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(/.f64 (neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t)) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 t #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a z))) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 a t)) |
(/.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal -1 binary64)) a) |
(pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 t #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.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 #s(literal -9/2 binary64) a) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) t)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal -2/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) t) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal -1 binary64)) (*.f64 z t)) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t 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 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(/.f64 z (/.f64 a t)) |
(/.f64 t (/.f64 a z)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) t) (-.f64 #s(literal 0 binary64) (/.f64 a z)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.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 (/.f64 a t)) #s(literal 1 binary64)) |
(/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 z t))) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 z (/.f64 #s(literal 1 binary64) t)) a) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 z (/.f64 a t)) #s(literal 1 binary64)) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 t (/.f64 (/.f64 z a) #s(literal 1 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 z t) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 z a) t) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal 1 binary64)) |
(*.f64 (/.f64 t a) z) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) z)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) 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 (/.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 z (/.f64 #s(literal 1 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 z t)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64)) t) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (*.f64 z t)) |
(*.f64 (*.f64 z (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) t) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 (/.f64 z a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a t)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(/.f64 t a) |
(/.f64 #s(literal 1 binary64) (/.f64 a t)) |
(/.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 0 binary64) t) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 t a) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(pow.f64 (/.f64 a t) #s(literal -1 binary64)) |
(pow.f64 (/.f64 t a) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a t) (/.f64 a t)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a t))) #s(literal -1 binary64)) |
(*.f64 t (/.f64 #s(literal 1 binary64) a)) |
(*.f64 t (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 t a)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 t a) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #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 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) t) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 t a)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a t))) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a t))))) |
(-.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 #s(literal 1 binary64) (/.f64 t a)) |
(/.f64 (/.f64 a t) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t 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 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(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 #s(literal 1 binary64) (/.f64 a 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 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal -1 binary64) t) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal -1 binary64) t) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) #s(literal -1 binary64)) |
(*.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 (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 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.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 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 z (*.f64 #s(literal -9 binary64) t)) |
(*.f64 z (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) t))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(*.f64 (*.f64 (*.f64 #s(literal -9 binary64) t) #s(literal 1 binary64)) z) |
| 1× | egg-herbie |
| 6308× | *-lowering-*.f32 |
| 6308× | *-lowering-*.f64 |
| 3220× | /-lowering-/.f32 |
| 3220× | /-lowering-/.f64 |
| 1288× | times-frac |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 436 | 4796 |
| 1 | 1598 | 4660 |
| 2 | 6453 | 4616 |
| 0 | 8013 | 4616 |
| 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)) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(/ z a) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(/ a (* t z)) |
(* 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)) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(/ a 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) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/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) |
(/ 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 (* 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 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t z) #s(literal -9/2 binary64)) a) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) x) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) x) (*.f64 #s(literal 1/2 binary64) (/.f64 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 a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.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 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.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 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) y) a))) (-.f64 #s(literal 0 binary64) y)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 (*.f64 t 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 y (/.f64 x a))) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) (-.f64 #s(literal 0 binary64) t)) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.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 x (*.f64 y (*.f64 y a)))) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 (/.f64 #s(literal -1/6561 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 a (*.f64 y (*.f64 x (*.f64 y y)))) (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 y (*.f64 y a))) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (/ a y)) (* -9 (/ (* a (* t z)) (* x (pow y 2))))) x) |
(/.f64 (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 a (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y)))))) x)) x) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 3) (pow y 4)))) (/ a y)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (* -9 (/ (* a (* t z)) (* x (pow y 2)))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729 binary64) a) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 y #s(literal 4 binary64))))) (+.f64 (-.f64 (/.f64 a y) (/.f64 (*.f64 (*.f64 a (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal -81 binary64)) (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) x))) x) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) x) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 a (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 y (*.f64 x (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y)))))) x))) x) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* x (pow y 4)))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow y 3)))) x)) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) a) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 x (pow.f64 y #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal -81 binary64)) (*.f64 y (*.f64 y y)))) x)) x))) x) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.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 a (*.f64 x x)))) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 y (+.f64 (*.f64 y (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x y)))) (pow.f64 t #s(literal 4 binary64))) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 z (*.f64 z (*.f64 t t))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y) |
(/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y) |
(/.f64 (+.f64 (/.f64 a x) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 a (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) z) (*.f64 x x))) y)) y) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729 binary64) a) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 (*.f64 y y) (*.f64 y (pow.f64 x #s(literal 4 binary64))))) (+.f64 (/.f64 a x) (-.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x) y)) (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal -81 binary64)) (*.f64 x (*.f64 x x))) (*.f64 y y))))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) x) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 a (*.f64 z (*.f64 z (*.f64 t t))))) (*.f64 x (*.f64 x (*.f64 x y)))) (/.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) z) (*.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 #s(literal 9 binary64) (*.f64 t a)) z) (*.f64 x x)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) a) (*.f64 t (*.f64 z (*.f64 z (*.f64 z (*.f64 t t)))))) (*.f64 y (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 z (*.f64 z (*.f64 t t)))) #s(literal -81 binary64)) (*.f64 x (*.f64 x x)))) y)) y))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) (*.f64 x x))) |
(+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 t (*.f64 t a)))) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (*.f64 z (+.f64 (*.f64 (*.f64 #s(literal 729 binary64) a) (/.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 t t))) (pow.f64 y #s(literal 4 binary64))) (pow.f64 x #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 81 binary64) a) (/.f64 (*.f64 t t) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y))))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z (*.f64 t t)))) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2))))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 z (*.f64 t t)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.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 #s(literal -1/9 binary64) (/.f64 a t)) (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (*.f64 (*.f64 z z) (*.f64 z (pow.f64 t #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z (*.f64 t t)))) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 y y)) (*.f64 t (*.f64 t t))) (*.f64 z z)))) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))) (* 1/9 (/ a t))) z)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/81 binary64)) (*.f64 z (*.f64 t t))) (*.f64 (/.f64 a t) #s(literal 1/9 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 z (*.f64 t t)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t t))) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) z))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow t 3)))) z)) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t t)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 y y)) (*.f64 t (*.f64 t t)))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (*.f64 t (/.f64 z (*.f64 y y))))) (*.f64 x x))) |
(+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 t (*.f64 z z))) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (/.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 a (*.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 a (*.f64 z z))) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 z z)))) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3))))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 z (*.f64 z z))) t) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 3) (pow z 4))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3)))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (+.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/6561 binary64) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (*.f64 a (*.f64 x (*.f64 x x)))) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 z (*.f64 z (*.f64 t t))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 z z))))) t) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))) (* 1/9 (/ a z))) t)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/81 binary64)) (*.f64 t (*.f64 z z))) (*.f64 #s(literal 1/9 binary64) (/.f64 a z))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 z (*.f64 z z))) t) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 y (*.f64 x (*.f64 y y)))))) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 x x))) (*.f64 y y)) (*.f64 z (*.f64 z z)))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.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 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) x) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) x) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) 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 (*.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 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 t (*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 t (*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (*.f64 x (/.f64 y t))) #s(literal -1 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/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(* -9/2 t) |
(*.f64 t #s(literal -9/2 binary64)) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(/ z a) |
(/.f64 z a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/ 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) |
(* 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 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 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(/ a y) |
(/.f64 a y) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 (*.f64 t z) #s(literal -9/2 binary64)) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ t 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) |
(/ 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 (* 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 26038 to 2553 computations (90.2% saved)
17 alts after pruning (6 fresh and 11 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1656 | 2 | 1658 |
| Fresh | 0 | 4 | 4 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 6 | 6 |
| Total | 1656 | 17 | 1673 |
| Status | Accuracy | Program |
|---|---|---|
| 49.6% | (/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) | |
| ✓ | 50.9% | (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
| 52.5% | (/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) | |
| ✓ | 49.7% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| 53.2% | (/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) | |
| ✓ | 89.3% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ✓ | 52.4% | (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
| 51.0% | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) | |
| 82.8% | (*.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 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
| ✓ | 90.0% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| ✓ | 52.0% | (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
| ✓ | 53.3% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| 54.0% | (*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) | |
| ✓ | 52.5% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | 54.0% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ✓ | 54.0% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
Compiled 648 to 306 computations (52.8% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 y a))) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 x y) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.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 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal 9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
| Outputs |
|---|
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 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:
| 18.0ms | x |
| 13.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 | t |
| 11.0ms | (*.f64 a #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.8% | 2 | x |
| 93.5% | 2 | y |
| 90.1% | 1 | z |
| 91.9% | 2 | t |
| 94.0% | 2 | a |
| 97.0% | 3 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 97.0% | 3 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 96.4% | 3 | (*.f64 x y) |
| 93.8% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 90.1% | 1 | (*.f64 z #s(literal 9 binary64)) |
| 94.0% | 2 | (*.f64 a #s(literal 2 binary64)) |
Compiled 96 to 76 computations (20.8% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
5 calls:
| 26.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 8.0ms | a |
| 6.0ms | (*.f64 a #s(literal 2 binary64)) |
| 6.0ms | (*.f64 x y) |
| 6.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.1% | 1 | a |
| 90.1% | 1 | (*.f64 a #s(literal 2 binary64)) |
| 95.5% | 3 | (*.f64 x y) |
| 90.1% | 1 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 90.1% | 1 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 54 to 41 computations (24.1% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
1 calls:
| 6.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.4% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 y (/.f64 #s(literal 2 binary64) (/.f64 x a))) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 x (/.f64 #s(literal 2 binary64) y)) a) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 #s(literal 1 binary64) (/.f64 a t)))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) a) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
7 calls:
| 35.0ms | t |
| 7.0ms | z |
| 5.0ms | (*.f64 a #s(literal 2 binary64)) |
| 5.0ms | a |
| 5.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.6% | 3 | z |
| 66.2% | 6 | a |
| 66.2% | 6 | (*.f64 a #s(literal 2 binary64)) |
| 71.2% | 3 | t |
| 77.3% | 5 | y |
| 76.5% | 3 | x |
| 82.5% | 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 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.4% | 3 | x |
Compiled 6 to 5 computations (16.7% saved)
Total -2.6b remaining (-8.9%)
Threshold costs -2.6b (-8.9%)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
5 calls:
| 2.0ms | y |
| 2.0ms | a |
| 2.0ms | z |
| 2.0ms | x |
| 1.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 54.0% | 1 | a |
| 54.0% | 1 | t |
| 54.0% | 1 | z |
| 54.0% | 1 | y |
| 54.0% | 1 | x |
Compiled 30 to 25 computations (16.7% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.9855391219369983e+296 | 4.754187892593715e+303 |
| 0.0ms | -inf | -5.193400969045528e+288 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 7.806424032102178e+262 | 4.5528846684507065e+268 |
| 0.0ms | -inf | -5.193400969045528e+288 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 7.806424032102178e+262 | 4.5528846684507065e+268 |
| 0.0ms | -1.0337738961952387e+256 | -9.870845429314625e+241 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.347432532933966e-41 | 6.865502403619579e-39 |
| 0.0ms | -7.786306290699074e-48 | -1.093834344032506e-54 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 22.0ms | 5.36226996451128e-164 | 9.488418459298931e-127 |
| 13.0ms | -2.992812017174769e+91 | -9.015348873177064e+89 |
| 24.0ms | 288× | 0 | valid |
Compiled 494 to 380 computations (23.1% saved)
ival-mult: 9.0ms (71.3% of total)ival-div: 2.0ms (15.9% of total)ival-sub: 1.0ms (7.9% of total)const: 1.0ms (7.9% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 50× | *-commutative_binary64 |
| 18× | +-commutative_binary64 |
| 12× | sub-neg_binary64 |
| 10× | neg-sub0_binary64 |
| 10× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 72 | 188 |
| 1 | 109 | 188 |
| 2 | 127 | 188 |
| 3 | 137 | 188 |
| 4 | 145 | 188 |
| 5 | 148 | 188 |
| 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 199999999999999996269735544124600831556311214396411626601969674408936957665590016797685954535657091614747253940080451631455405873740898718200310579203360989977744144478804093683977925289126793169757759029691600098055170422008289289819679252263816717724865805208494558491410210602827611676900065280 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) (if (<=.f64 (*.f64 x y) #s(literal 100000000000000001617283929500958347809617271215324681096755776296054153530035788436133522496440536428819053303318396315116321724674929173953241540025456475844343490985646025955809392324929988807089135627070664687603614947110183136436054375358690154446666302750720 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000301276599001405425028904865397746951288321079799032741333776462328211123562691457635682438430171727828179669341366863773446884995019955719986278664561744213800260397056562295560224215930269510378288141352402853119916429412464176397346144256 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) (if (<=.f64 (*.f64 x y) #s(literal 100000000000000001617283929500958347809617271215324681096755776296054153530035788436133522496440536428819053303318396315116321724674929173953241540025456475844343490985646025955809392324929988807089135627070664687603614947110183136436054375358690154446666302750720 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)))) |
(if (<=.f64 (*.f64 x y) #s(literal -4113761393303015/822752278660603021077484591278675252491367932816789931674304512 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 7846377169233351/196159429230833773869868419475239575503198607639501078528 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 x #s(literal -919999999999999955595998240728796394639446399504901261186224301519691776628453266304270336 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) (if (<=.f64 x #s(literal 7316598164803107/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y 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 199999999999999996269735544124600831556311214396411626601969674408936957665590016797685954535657091614747253940080451631455405873740898718200310579203360989977744144478804093683977925289126793169757759029691600098055170422008289289819679252263816717724865805208494558491410210602827611676900065280 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 199999999999999996269735544124600831556311214396411626601969674408936957665590016797685954535657091614747253940080451631455405873740898718200310579203360989977744144478804093683977925289126793169757759029691600098055170422008289289819679252263816717724865805208494558491410210602827611676900065280 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 x #s(literal 1/2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) (if (<=.f64 (*.f64 x y) #s(literal 100000000000000001617283929500958347809617271215324681096755776296054153530035788436133522496440536428819053303318396315116321724674929173953241540025456475844343490985646025955809392324929988807089135627070664687603614947110183136436054375358690154446666302750720 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)))) |
(if (<=.f64 (*.f64 x y) #s(literal -10000000000000000301276599001405425028904865397746951288321079799032741333776462328211123562691457635682438430171727828179669341366863773446884995019955719986278664561744213800260397056562295560224215930269510378288141352402853119916429412464176397346144256 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) (if (<=.f64 (*.f64 x y) #s(literal 100000000000000001617283929500958347809617271215324681096755776296054153530035788436133522496440536428819053303318396315116321724674929173953241540025456475844343490985646025955809392324929988807089135627070664687603614947110183136436054375358690154446666302750720 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)))) |
(if (<=.f64 (*.f64 x y) #s(literal -4113761393303015/822752278660603021077484591278675252491367932816789931674304512 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 7846377169233351/196159429230833773869868419475239575503198607639501078528 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -4113761393303015/822752278660603021077484591278675252491367932816789931674304512 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 (*.f64 x y) #s(literal 7846377169233351/196159429230833773869868419475239575503198607639501078528 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 x #s(literal -919999999999999955595998240728796394639446399504901261186224301519691776628453266304270336 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))) (if (<=.f64 x #s(literal 7316598164803107/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 y a))))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 5962× | *-lowering-*.f32 |
| 5962× | *-lowering-*.f64 |
| 4618× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 134 |
| 1 | 219 | 134 |
| 2 | 2143 | 134 |
| 0 | 9123 | 134 |
| 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 | 27 | 91 |
| 1 | 116 | 90 |
| 2 | 757 | 90 |
| 3 | 7894 | 90 |
| 0 | 8168 | 90 |
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 761 | 56 |
| 0 | 9023 | 56 |
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 0 | 135 | 5112 |
| 1 | 468 | 5040 |
| 2 | 1602 | 5016 |
| 3 | 6168 | 5016 |
| 0 | 8243 | 5016 |
| 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 634 to 382 computations (39.7% saved)
(negabs a)
Compiled 1306 to 558 computations (57.3% saved)
Loading profile data...