
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: 44.0ms (73.4% of total)ival-sub: 7.0ms (11.7% of total)ival-div: 6.0ms (10% of total)const: 3.0ms (5% of total)backward-pass: 1.0ms (1.7% of total)| 849.0ms | 8256× | 0 | valid |
ival-mult: 240.0ms (61.6% of total)ival-div: 76.0ms (19.5% of total)ival-sub: 54.0ms (13.9% of total)const: 16.0ms (4.1% of total)backward-pass: 3.0ms (0.8% 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))) |
| 2 | 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)) |
| 81.0ms | 512× | 0 | valid |
Compiled 116 to 41 computations (64.7% saved)
ival-mult: 16.0ms (68.1% of total)ival-div: 4.0ms (17% of total)ival-sub: 3.0ms (12.8% of total)const: 1.0ms (4.3% of total)backward-pass: 0.0ms (0% of total)Compiled 18 to 13 computations (27.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 90.9% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 90.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
Compiled 36 to 26 computations (27.8% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 2170× | fnmadd-define |
| 1698× | fma-lowering-fma.f32 |
| 1698× | fma-lowering-fma.f64 |
| 1682× | fmsub-define |
| 1644× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 82 |
| 1 | 44 | 82 |
| 2 | 130 | 82 |
| 3 | 351 | 82 |
| 4 | 965 | 82 |
| 5 | 1846 | 82 |
| 6 | 3520 | 82 |
| 7 | 5829 | 82 |
| 0 | 8323 | 82 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
x |
y |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
(* a 2) |
a |
2 |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(- (* x y) (* (* z 9) t)) |
(* x y) |
x |
y |
(* (* z 9) t) |
(* z 9) |
z |
9 |
t |
(* a 2) |
a |
2 |
| Outputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(+ (* x y) (* z (* t -9))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* z (* t -9)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
z |
(* t -9) |
(*.f64 t #s(literal -9 binary64)) |
t |
-9 |
#s(literal -9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(- (* x y) (* (* z 9) t)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* (* z 9) t) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(* z 9) |
(*.f64 z #s(literal 9 binary64)) |
z |
9 |
#s(literal 9 binary64) |
t |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | accuracy | 99.2% | (-.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.7% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 99.2% | (+.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))) |
| 86.0ms | 256× | 0 | valid |
Compiled 92 to 19 computations (79.3% saved)
ival-mult: 10.0ms (57.6% of total)ival-div: 3.0ms (17.3% of total)ival-sub: 1.0ms (5.8% of total)ival-add: 1.0ms (5.8% of total)const: 1.0ms (5.8% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (+ (* x y) (* z (* t -9))) (* a 2))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* x y)> |
#<alt (* z (* t -9))> |
#<alt (/ (- (* 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 | |
|---|---|---|---|---|
| 4.0ms | x | @ | inf | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 3.0ms | t | @ | inf | (/ (- (* x y) (* (* z 9) t)) (* a 2)) |
| 3.0ms | a | @ | -inf | (* a 2) |
| 2.0ms | t | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | y | @ | inf | (/ (+ (* 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)
10 alts after pruning (9 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1034 | 9 | 1043 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1035 | 10 | 1045 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 90.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 54.8% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| 47.6% | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 90.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ▶ | 89.2% | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| 73.3% | (+.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))) | |
| 79.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.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 53.9% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) | |
| ▶ | 47.6% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
Compiled 342 to 231 computations (32.5% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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 | 128 | (-.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 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))))) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 t z) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 t z) a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 #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)))) |
| 1812× | fma-define |
| 1536× | sum5-define |
| 1434× | *-lowering-*.f32 |
| 1434× | *-lowering-*.f64 |
| 1276× | fnmadd-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 174 |
| 1 | 70 | 174 |
| 2 | 195 | 174 |
| 3 | 455 | 174 |
| 4 | 829 | 174 |
| 5 | 1446 | 174 |
| 6 | 2543 | 174 |
| 7 | 4536 | 174 |
| 8 | 7843 | 174 |
| 0 | 8267 | 174 |
| 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 |
(/ (* x y) (* a 2)) |
(* x y) |
x |
y |
(* a 2) |
a |
2 |
(/ 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 |
(- (/ (/ (* 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 |
| Outputs |
|---|
(* (/ 1/2 a) (+ (* x y) (* -9 (* z t)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/ 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 |
(/ (* 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) |
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
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 |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/ (/ (* 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) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
| ✓ | accuracy | 98.5% | (-.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))) |
| ✓ | accuracy | 92.3% | (/.f64 (*.f64 x y) a) |
| ✓ | accuracy | 91.4% | (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9 binary64) (*.f64 z t)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ✓ | accuracy | 99.2% | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | accuracy | 91.6% | (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 92.3% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 t z) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | accuracy | 92.4% | (/.f64 (*.f64 t z) a) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9 binary64) (*.f64 z t)) |
| ✓ | accuracy | 99.2% | (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
| ✓ | accuracy | 91.5% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
| 130.0ms | 256× | 0 | valid |
Compiled 188 to 30 computations (84% saved)
ival-mult: 19.0ms (50.8% of total)ival-div: 15.0ms (40.1% of total)ival-sub: 1.0ms (2.7% of total)ival-add: 1.0ms (2.7% of total)const: 1.0ms (2.7% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (/ 1/2 a) (+ (* x y) (* -9 (* z t))))> |
#<alt (/ 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 (/ (* x y) (* a 2))> |
#<alt (* a 2)> |
#<alt (/ 1/2 (/ a (+ (* x y) (* -9 (* z t)))))> |
#<alt (/ a (+ (* x y) (* -9 (* z t))))> |
#<alt (- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2)))> |
#<alt (/ (/ (* x y) a) 2)> |
#<alt (/ (* x y) a)> |
#<alt (* -9 (* z t))> |
#<alt (* t (* (/ z a) 9/2))> |
#<alt (* (/ z a) 9/2)> |
| Outputs |
|---|
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (/ 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 (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 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/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 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ (* t z) a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
#<alt (* 9/2 (/ z a))> |
156 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | a | @ | 0 | (* (/ z a) 9/2) |
| 2.0ms | a | @ | 0 | (* -9/2 (/ (* t z) a)) |
| 2.0ms | z | @ | 0 | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | x | @ | inf | (/ a (+ (* x y) (* -9 (* z t)))) |
| 1.0ms | a | @ | 0 | (* t (* (/ z a) 9/2)) |
| 1× | batch-egg-rewrite |
| 4994× | /-lowering-/.f32 |
| 4994× | /-lowering-/.f64 |
| 4406× | *-lowering-*.f32 |
| 4406× | *-lowering-*.f64 |
| 1926× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 114 |
| 1 | 145 | 114 |
| 2 | 1337 | 114 |
| 0 | 8495 | 114 |
| 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) |
(/ (* x y) (* a 2)) |
(* a 2) |
(/ 1/2 (/ a (+ (* x y) (* -9 (* z t))))) |
(/ a (+ (* x y) (* -9 (* z t)))) |
(- (/ (/ (* x y) a) 2) (* t (* (/ z a) 9/2))) |
(/ (/ (* x y) a) 2) |
(/ (* x y) a) |
(* -9 (* z t)) |
(* t (* (/ z a) 9/2)) |
(* (/ z a) 9/2) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(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 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (/.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 (*.f64 x y) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.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) (*.f64 x y)) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (neg.f64 (/.f64 (*.f64 z t) a)) #s(literal 9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.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 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.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 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.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 #s(literal -1 binary64) (neg.f64 (/.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 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 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 (*.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) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.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 x (/.f64 y #s(literal 2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) 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) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.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)) (neg.f64 (*.f64 #s(literal -9/2 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 #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) 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 (*.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 (*.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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.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) 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 #s(literal -9/2 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 #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) 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) (-.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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 a (*.f64 z t)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal -9/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) 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)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 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)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 a) y) (/.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 a) y) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.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 #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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.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 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #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 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 #s(literal -9/2 binary64) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal -9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2 binary64))) |
(/.f64 (+.f64 #s(literal 9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(/.f64 (+.f64 #s(literal -2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 #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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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) 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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 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 #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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal 1 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 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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 a) y) (/.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 a) y) 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 a) y) 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 a) y) (-.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 a) y) (/.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 a) y) (-.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 a) y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 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 #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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)) #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 -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) 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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 a (*.f64 z t)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 9/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (*.f64 a #s(literal -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 (/.f64 x a) y) (/.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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 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 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 #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 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.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 (+.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 #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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(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)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 #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)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 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 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(*.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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 #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 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/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 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(-.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) (/.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(fma.f64 x y (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 y x (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) t (*.f64 x y)) |
(fma.f64 (*.f64 #s(literal -9 binary64) t) z (*.f64 x y)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (+.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 x y) x) y)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 (*.f64 (*.f64 x y) x) y))) (neg.f64 (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 x y) |
(*.f64 y x) |
(-.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)))) |
(/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (neg.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 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 #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 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/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 (*.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 -9 binary64) (*.f64 z t)) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.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 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #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))) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a)) |
(*.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 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (*.f64 z t) (*.f64 (/.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 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z a) (/.f64 (*.f64 t #s(literal -9 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) |
(*.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (neg.f64 (/.f64 (*.f64 z t) a)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.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 (/.f64 t a) (/.f64 (*.f64 #s(literal -9 binary64) z) #s(literal 2 binary64))) |
(*.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 z #s(literal 2 binary64)) (/.f64 (*.f64 t #s(literal -9 binary64)) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) z) #s(literal 2 binary64)) (/.f64 t 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 (/.f64 (*.f64 #s(literal -9 binary64) t) a) (/.f64 z #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) t) #s(literal 2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(/.f64 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 (/.f64 #s(literal 1 binary64) a))) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 z a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 z a)) |
(*.f64 z t) |
(*.f64 t z) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.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 x (/.f64 y #s(literal 2 binary64))) a) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (*.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 (/.f64 x a) y)) #s(literal -2 binary64)) |
(/.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 x (/.f64 y #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64))) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.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 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) (/.f64 y 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))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (neg.f64 y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (neg.f64 y) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal 2 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (neg.f64 x) a) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (neg.f64 x) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 y) #s(literal -1 binary64)) (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (neg.f64 y) a)) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 y) #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 (neg.f64 x) a)) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 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 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(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 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (/.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 (*.f64 x y) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.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) (*.f64 x y)) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (neg.f64 (/.f64 (*.f64 z t) a)) #s(literal 9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.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 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.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 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.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 #s(literal -1 binary64) (neg.f64 (/.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 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 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 (*.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) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.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 x (/.f64 y #s(literal 2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) 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) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.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)) (neg.f64 (*.f64 #s(literal -9/2 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 #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) 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 (*.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 (*.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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.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) 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 #s(literal -9/2 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 #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) 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) (-.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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 a (*.f64 z t)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal -9/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) 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)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 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)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 a) y) (/.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 a) y) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.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 #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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.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 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #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 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 #s(literal -9/2 binary64) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal -9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2 binary64))) |
(/.f64 (+.f64 #s(literal 9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(/.f64 (+.f64 #s(literal -2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 #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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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) 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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 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 #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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal 1 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 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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 a) y) (/.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 a) y) 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 a) y) 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 a) y) (-.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 a) y) (/.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 a) y) (-.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 a) y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 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 #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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)) #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 -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) 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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 a (*.f64 z t)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 9/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (*.f64 a #s(literal -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 (/.f64 x a) y) (/.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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 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 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 #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 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.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 (+.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 #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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(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)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 #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)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 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 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(*.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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 #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 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (/.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.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))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(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)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y))))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 a (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(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 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal 729/8 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (/.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 (*.f64 x y) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.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) (*.f64 x y)) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal -9 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 t (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 z t) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9 binary64) z) (*.f64 t (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z))) t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (neg.f64 (/.f64 (*.f64 z t) a)) #s(literal 9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) y) x (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -9 binary64)) (*.f64 z t) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z t)) #s(literal -9 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) z)) t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a)) #s(literal 9/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (/.f64 z a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.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 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.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 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.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 #s(literal -1 binary64) (neg.f64 (/.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 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 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 (*.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) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t))))) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))) |
(/.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 x (/.f64 y #s(literal 2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 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 x (/.f64 y #s(literal 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 x (/.f64 y #s(literal 2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) a) |
(/.f64 (-.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t)) 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) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.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)) (neg.f64 (*.f64 #s(literal -9/2 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 #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) 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 (*.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 (*.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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.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) 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 #s(literal -9/2 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 #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) 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) (-.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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) a) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -2 binary64) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 a (*.f64 z t)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal -9/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal -9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) 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)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal -9/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 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)) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 a) y) (/.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 a) y) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2 binary64) (*.f64 #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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.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 #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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.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 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #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 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.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 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 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 #s(literal -9/2 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 #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)) 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)) (-.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 #s(literal -9/2 binary64) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal -9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2 binary64))) |
(/.f64 (+.f64 #s(literal 9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -9 binary64) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 (/.f64 a (*.f64 z t)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) a)) |
(/.f64 (+.f64 (/.f64 a (*.f64 x y)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 x y))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(/.f64 (+.f64 #s(literal -2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 #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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a (*.f64 x y)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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) 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) 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 (*.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) (-.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) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 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 #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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 #s(literal 1 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 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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 a) y) (/.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 a) y) 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 a) y) 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 a) y) (-.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 a) y) (/.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 a) y) (-.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 a) y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1 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 #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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.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)) (/.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)) 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 (*.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)) (-.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)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 -9 binary64) (*.f64 z t)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 -9 binary64) (*.f64 z t)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 a #s(literal 1/2 binary64))) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 x y))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 x y) a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 a (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 x a) y))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 1/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1/2 binary64)) a) (*.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)) #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 -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal -1/2 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #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 x y)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) #s(literal 1 binary64)) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) a))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 x y) #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 x a) y))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a (*.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) a))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) 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 x y) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 #s(literal -9 binary64) (*.f64 z t))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))))) (*.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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #s(literal 1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (*.f64 x y) #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 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 x a) y))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x y)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #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 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 x (/.f64 y #s(literal 2 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 (*.f64 x y) #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) 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 #s(literal 0 binary64) (/.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 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 0 binary64) (/.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 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 a (*.f64 z t)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 9/2 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) a)) |
(/.f64 (-.f64 (/.f64 a (*.f64 z t)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (/.f64 a (*.f64 z t))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) #s(literal 9/2 binary64))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (/.f64 a (*.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) (*.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 (neg.f64 (*.f64 a #s(literal -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 (/.f64 x a) y) (/.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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 x a) y) (-.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 a) y) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -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 x (/.f64 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 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y #s(literal 2 binary64))) a) (*.f64 a (*.f64 (*.f64 z #s(literal 9/2 binary64)) t))) (*.f64 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 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #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 #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 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.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 (+.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 #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 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(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)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #s(literal -729/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 #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)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 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 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (/.f64 x a) (*.f64 (/.f64 x a) (/.f64 x a))) (/.f64 (*.f64 y (*.f64 y y)) #s(literal 8 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a))) #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 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(*.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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64))) |
(*.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 z t) a) (/.f64 (*.f64 z t) a)) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (/.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 z t)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 #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 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (-.f64 (*.f64 #s(literal -9 binary64) (*.f64 z t)) (*.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))))) (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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 y) (*.f64 (*.f64 (*.f64 x y) x) y)) (*.f64 #s(literal -729 binary64) (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x y) 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) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) 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 (*.f64 (*.f64 x y) x) y) (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z t) (*.f64 z t)))) #s(literal 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 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (/.f64 (*.f64 x y) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) 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 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x 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 (/.f64 x a) y) #s(literal 2 binary64)) |
(/.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 x (/.f64 y #s(literal 2 binary64))) a) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 x y) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (*.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 (/.f64 x a) y)) #s(literal -2 binary64)) |
(/.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 x (/.f64 y #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 x y) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 x (*.f64 (/.f64 y a) #s(literal 1/2 binary64))) |
(*.f64 y (*.f64 x (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 y (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.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 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) (/.f64 y 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))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (neg.f64 y) #s(literal 2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (neg.f64 y) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal 2 binary64)) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (neg.f64 x) a) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 x y) #s(literal -2 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 y) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (neg.f64 x) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 y) #s(literal -1 binary64)) (/.f64 x (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 y (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (neg.f64 y) a)) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 y) #s(literal 2 binary64))) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 (neg.f64 x) a)) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 (*.f64 x y) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (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 (*.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 x #s(literal -1 binary64)) (/.f64 (neg.f64 y) a)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (neg.f64 x) a)) |
(*.f64 (/.f64 (neg.f64 y) #s(literal -1 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 #s(literal -9 binary64) z) t) |
(*.f64 (*.f64 #s(literal -9 binary64) t) z) |
(/.f64 #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 (*.f64 z t) a) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 z a) (*.f64 #s(literal 9/2 binary64) t)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a z)) t) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) 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 #s(literal -9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) z) a)) |
(*.f64 (/.f64 z a) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 z a)) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) a)) |
| 1× | egg-herbie |
| 6332× | *-lowering-*.f32 |
| 6332× | *-lowering-*.f64 |
| 3274× | /-lowering-/.f32 |
| 3274× | /-lowering-/.f64 |
| 1352× | times-frac |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 457 | 6144 |
| 1 | 1670 | 6008 |
| 2 | 6668 | 5964 |
| 0 | 8139 | 5964 |
| 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) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 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/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 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ (* t z) a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
(* 9/2 (/ z a)) |
| Outputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) x) y) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) x) y) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) x) y) (-.f64 #s(literal 0 binary64) x)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) x))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 t (*.f64 z #s(literal 9 binary64))) y) x))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 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 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)))) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 t (*.f64 z z))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* -1/729 (/ (* a (* x (pow y 2))) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 x (+.f64 (*.f64 (/.f64 #s(literal -1/729 binary64) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 a (*.f64 x (*.f64 y y))) (*.f64 t (*.f64 t t)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (/.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 y y))) (pow.f64 z #s(literal 4 binary64))) (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 y (*.f64 y a))) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/.f64 (+.f64 (*.f64 a (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 t z) x) x) y) #s(literal 9 binary64))) (/.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 (*.f64 z (*.f64 t (*.f64 t a))) z)) (*.f64 x (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 y y))) x)) x) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 3) (pow y 4)))) (/ a y)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (* -9 (/ (* a (* t z)) (* x (pow y 2)))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 729 binary64) a) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 y #s(literal 4 binary64))))) (-.f64 (-.f64 (/.f64 a y) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 y y)))) (*.f64 (*.f64 #s(literal -81 binary64) a) (/.f64 (*.f64 t (*.f64 t (*.f64 z z))) (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))))) x) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 y y))) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 t a))) z)) (*.f64 x (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 y y))) x))) x) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* x (pow y 4)))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow y 3)))) x)) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -729 binary64) x) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (*.f64 z (*.f64 z z)) a)) (pow.f64 y #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -81 binary64) a) (/.f64 (*.f64 t (*.f64 t (*.f64 z z))) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 y y))) x))) x) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 t (*.f64 z z))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* -1/729 (/ (* a (* (pow x 2) y)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 y (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 y (+.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -1/6561 binary64) (*.f64 y (*.f64 (*.f64 x (*.f64 x a)) x))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -1/729 binary64) a) (/.f64 (*.f64 x x) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z))))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y) |
(/.f64 (+.f64 (*.f64 a (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 t z) x) x) y) #s(literal 9 binary64))) (/.f64 a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y) |
(/.f64 (+.f64 (/.f64 a x) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 t a))) z)) (*.f64 x (*.f64 x (*.f64 x y)))) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t a)) 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 (*.f64 #s(literal 729 binary64) a) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))) (pow.f64 x #s(literal 4 binary64))) (*.f64 y (*.f64 y y))) (-.f64 (+.f64 (*.f64 a (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 t z) x) x) y) #s(literal 9 binary64))) (/.f64 a x)) (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 t a))) z) #s(literal -81 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 y y))))))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 y y))) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 (*.f64 z (*.f64 t (*.f64 t a))) z)) (*.f64 x (*.f64 x (*.f64 x y)))) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t a)) 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 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -729 binary64) a) (*.f64 t (*.f64 t (*.f64 t (*.f64 z (*.f64 z z)))))) (*.f64 y (pow.f64 x #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 z (*.f64 t (*.f64 t a))) z) #s(literal -81 binary64)) (*.f64 x (*.f64 x x)))) y)) (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x))) y))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x)) (*.f64 y y))) |
(+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 t (*.f64 t a)))) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 729 binary64) (*.f64 a (*.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 (*.f64 t a))) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 t z)))) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2))))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 t (*.f64 t z)))) (/.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 #s(literal -1/6561 binary64) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y))))) (/.f64 a (pow.f64 t #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/81 binary64)) (*.f64 t (*.f64 t z))) (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 x (*.f64 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 t (*.f64 t z))) (*.f64 (/.f64 a t) #s(literal 1/9 binary64))) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 t (*.f64 t z)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t t))) z)) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) z))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow t 3)))) z)) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 t (*.f64 t t))))) z)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t t))) z)) (neg.f64 z)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal 9 binary64) (/.f64 (/.f64 (*.f64 z (*.f64 t a)) x) x)) (*.f64 y y))) |
(+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 t (*.f64 z (*.f64 z a)))) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(+ (* t (- (* t (- (* 729 (/ (* a (* t (pow z 3))) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow z 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 729 binary64) (*.f64 t (*.f64 a (*.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 (/.f64 a (*.f64 x x)) x)) (*.f64 z (/.f64 z (*.f64 y (*.f64 y y))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.f64 x (*.f64 x (*.f64 y y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 z z)))) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3))))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 z (*.f64 z z)))) (/.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 #s(literal -1/6561 binary64) (pow.f64 z #s(literal 4 binary64))) (*.f64 (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y))))) (/.f64 a (*.f64 t (*.f64 t t))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/81 binary64)) (*.f64 t (*.f64 z z))) (*.f64 (/.f64 #s(literal 1/729 binary64) (*.f64 t t)) (/.f64 (*.f64 a (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 z (*.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))) (neg.f64 t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (*.f64 x (*.f64 x (*.f64 y y)))) (*.f64 t (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) (neg.f64 t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 y (*.f64 x (*.f64 x (*.f64 y y)))))) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 x (*.f64 x (*.f64 y y))) (*.f64 z (*.f64 z z))))) t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) (neg.f64 t)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 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 t (*.f64 z #s(literal -9/2 binary64))) (*.f64 x a)) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 y a) #s(literal -1/2 binary64)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (*.f64 t (*.f64 (/.f64 (/.f64 z a) y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (/.f64 (*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) y)) (-.f64 #s(literal 0 binary64) y)) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) (neg.f64 a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) (neg.f64 a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) (neg.f64 a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 y (*.f64 x #s(literal -1/2 binary64)))) (neg.f64 a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 t a)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (neg.f64 t)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 z a)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ (* t z) a)) |
(*.f64 t (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
(* 9/2 (/ z a)) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) a) |
Compiled 84571 to 3713 computations (95.6% saved)
13 alts after pruning (10 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 3635 | 10 | 3645 |
| Fresh | 4 | 0 | 4 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 3642 | 13 | 3655 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 90.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 47.6% | (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) | |
| ▶ | 47.6% | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
| ✓ | 90.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ▶ | 54.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| 54.4% | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) | |
| ▶ | 54.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| 47.6% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) | |
| 53.9% | (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) | |
| ▶ | 50.0% | (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
| 50.8% | (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) | |
| ✓ | 47.6% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ▶ | 50.1% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 296 to 223 computations (24.7% saved)
| 1× | egg-herbie |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 z t) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| ✓ | cost-diff | 0 | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) |
| ✓ | cost-diff | 0 | (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
| ✓ | cost-diff | 0 | (/.f64 t a) |
| ✓ | cost-diff | 0 | (*.f64 z (/.f64 t a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 a (*.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| 144× | *-lowering-*.f32 |
| 144× | *-lowering-*.f64 |
| 56× | *-commutative |
| 52× | /-lowering-/.f32 |
| 52× | /-lowering-/.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 93 |
| 1 | 43 | 93 |
| 2 | 79 | 93 |
| 3 | 113 | 93 |
| 4 | 131 | 93 |
| 5 | 134 | 93 |
| 6 | 134 | 93 |
| 0 | 134 | 93 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ 1/2 (/ a (* x y))) |
1/2 |
(/ a (* x y)) |
a |
(* x y) |
x |
y |
(* -9/2 (* z (/ t a))) |
-9/2 |
(* z (/ t a)) |
z |
(/ t a) |
t |
a |
(* z (/ (* t -9/2) a)) |
z |
(/ (* t -9/2) a) |
(* t -9/2) |
t |
-9/2 |
a |
(* (/ 1/2 a) (* x y)) |
(/ 1/2 a) |
1/2 |
a |
(* x y) |
x |
y |
(/ (* -9/2 (* z t)) a) |
(* -9/2 (* z t)) |
-9/2 |
(* z t) |
z |
t |
a |
| Outputs |
|---|
(/ 1/2 (/ a (* x y))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
a |
(* x y) |
(*.f64 x y) |
x |
y |
(* -9/2 (* z (/ t a))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
-9/2 |
#s(literal -9/2 binary64) |
(* z (/ t a)) |
(*.f64 z (/.f64 t a)) |
z |
(/ t a) |
(/.f64 t a) |
t |
a |
(* z (/ (* t -9/2) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
z |
(/ (* t -9/2) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* t -9/2) |
(*.f64 #s(literal -9/2 binary64) t) |
t |
-9/2 |
#s(literal -9/2 binary64) |
a |
(* (/ 1/2 a) (* x y)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(* x y) |
(*.f64 x y) |
x |
y |
(/ (* -9/2 (* z t)) a) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(* -9/2 (* z t)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
-9/2 |
#s(literal -9/2 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
a |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 z t) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
| ✓ | accuracy | 92.3% | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1/2 binary64) a) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 92.2% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| ✓ | accuracy | 100.0% | (*.f64 t #s(literal -9/2 binary64)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) |
| ✓ | accuracy | 94.3% | (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| ✓ | accuracy | 94.4% | (*.f64 z (/.f64 t a)) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ✓ | accuracy | 92.4% | (/.f64 a (*.f64 x y)) |
| 140.0ms | 256× | 0 | valid |
Compiled 99 to 22 computations (77.8% saved)
ival-mult: 39.0ms (72.4% of total)ival-div: 14.0ms (26% of total)const: 1.0ms (1.9% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 1/2 (/ a (* x y)))> |
#<alt (/ a (* x y))> |
#<alt (* x y)> |
#<alt (* -9/2 (* z (/ t a)))> |
#<alt (* z (/ t a))> |
#<alt (/ t a)> |
#<alt (* z (/ (* t -9/2) a))> |
#<alt (/ (* t -9/2) a)> |
#<alt (* t -9/2)> |
#<alt (* (/ 1/2 a) (* x y))> |
#<alt (/ 1/2 a)> |
#<alt (/ (* -9/2 (* z t)) a)> |
#<alt (* -9/2 (* z t))> |
#<alt (* z t)> |
| Outputs |
|---|
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (/ a (* x y))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 (/ t a))> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* -9/2 t)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (/ 1/2 a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
99 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | y | @ | inf | (/ a (* x y)) |
| 0.0ms | a | @ | 0 | (/ a (* x y)) |
| 0.0ms | a | @ | -inf | (/ a (* x y)) |
| 0.0ms | t | @ | -inf | (/ t a) |
| 0.0ms | x | @ | 0 | (/ a (* x y)) |
| 1× | batch-egg-rewrite |
| 3360× | *-lowering-*.f32 |
| 3360× | *-lowering-*.f64 |
| 2614× | /-lowering-/.f32 |
| 2614× | /-lowering-/.f64 |
| 1114× | unpow-prod-down |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 70 |
| 1 | 79 | 70 |
| 2 | 393 | 70 |
| 3 | 2084 | 70 |
| 0 | 8390 | 70 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (* x y))) |
(/ a (* x y)) |
(* x y) |
(* -9/2 (* z (/ t a))) |
(* z (/ t a)) |
(/ t a) |
(* z (/ (* t -9/2) a)) |
(/ (* t -9/2) a) |
(* t -9/2) |
(* (/ 1/2 a) (* x y)) |
(/ 1/2 a) |
(/ (* -9/2 (* z t)) a) |
(* -9/2 (* z t)) |
(* z t) |
| Outputs |
|---|
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal 0 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(exp.f64 (-.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a #s(literal 1/2 binary64)))) (*.f64 #s(literal -1 binary64) (log.f64 (*.f64 x y))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(neg.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 y (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 x (*.f64 y #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y #s(literal -1/2 binary64))))) |
(/.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (/.f64 x (/.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a))) (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a))) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 x a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 y #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 x a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 x (*.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) x) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 x (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y #s(literal -1/2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a y))) x) |
(+.f64 (/.f64 a (*.f64 x y)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal 0 binary64)) (/.f64 a (*.f64 x y))) |
(exp.f64 (log.f64 (/.f64 a (*.f64 x y)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 x y))) #s(literal 1 binary64))) |
(exp.f64 (-.f64 (*.f64 #s(literal -1 binary64) (log.f64 (*.f64 x y))) (*.f64 #s(literal -1 binary64) (log.f64 a)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(/.f64 a (*.f64 x y)) |
(/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 a x) y) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 y a)) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x a)) |
(/.f64 (/.f64 a y) x) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)))) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 y a))) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 x a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a)) (*.f64 (*.f64 x y) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) y) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (-.f64 #s(literal 0 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a y))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 y a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 y a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 x a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 x a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) (*.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 (*.f64 x y) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a))))) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)))) (/.f64 a (*.f64 x y))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (*.f64 x y)) (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)))) (+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 x y) a)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y))))))) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (*.f64 x y) a) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(*.f64 a (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) a) |
(*.f64 (/.f64 a x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 a x) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a y)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 a x)) |
(*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 a (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1 binary64)) a) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 x y)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 a x)) |
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) (pow.f64 (/.f64 a y) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 a y) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64)) (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (/.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 y a)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 (pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(+.f64 (*.f64 x y) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 x y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1 binary64) (log.f64 (*.f64 x y))) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (log.f64 (*.f64 x y))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(/.f64 x (/.f64 #s(literal 1 binary64) y)) |
(/.f64 y (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x y) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x y) (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x y) (*.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y))))) (*.f64 (*.f64 x y) (*.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x y) (*.f64 x y)))) (*.f64 x y)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 x y) (*.f64 (*.f64 x y) (*.f64 x y)))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 x y) (*.f64 x y)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x y)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y)))))) |
(pow.f64 (*.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 x y) |
(*.f64 y x) |
(*.f64 y (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (*.f64 x y) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (-.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 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) y) |
(*.f64 (pow.f64 (pow.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (*.f64 x y) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) z)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) z)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 t (/.f64 a (*.f64 #s(literal -9/2 binary64) z))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 a z)) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 a #s(literal 9/2 binary64))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 2/9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) (*.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 #s(literal 9/2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal 2/9 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 (/.f64 z a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2/9 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal 9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.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 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(+.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) (/.f64 z (/.f64 a t))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (/.f64 z (/.f64 a t))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 z a))) |
(neg.f64 (*.f64 t (/.f64 z (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))))) |
(neg.f64 (*.f64 (/.f64 z a) (-.f64 #s(literal 0 binary64) t))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 t a))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) t)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 a t))) |
(/.f64 z (/.f64 a t)) |
(/.f64 t (/.f64 a z)) |
(/.f64 (*.f64 z t) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 z a))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 a t)) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (/.f64 t a) z) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal 1 binary64)) |
(*.f64 (*.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 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) |
(*.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 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 z a) t) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 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 #s(literal 0 binary64) (/.f64 t a)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) (/.f64 t a)) |
(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 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal 1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal 1 binary64))) |
(/.f64 t a) |
(/.f64 (/.f64 t a) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a t)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) t)) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (-.f64 #s(literal 0 binary64) (/.f64 t a)))) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(pow.f64 (/.f64 t a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a t) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 t a) #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 (/.f64 t a) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) t) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.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 0 binary64) (/.f64 t a)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (/.f64 t a) #s(literal 1/2 binary64)) (pow.f64 (/.f64 t a) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) t) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) z)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) z)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 t (/.f64 a (*.f64 #s(literal -9/2 binary64) z))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 a z)) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 a #s(literal 9/2 binary64))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 2/9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) (*.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 #s(literal 9/2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal 2/9 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 (/.f64 z a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2/9 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal 9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.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 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t))))) |
(-.f64 #s(literal 0 binary64) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -9/2 binary64))) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
(/.f64 t (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a #s(literal 9/2 binary64))) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/2 binary64) t))) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) (*.f64 #s(literal 0 binary64) (/.f64 t (/.f64 a #s(literal 9/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) (/.f64 t (/.f64 a #s(literal 9/2 binary64))))) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 t a) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) t) |
(*.f64 #s(literal -1 binary64) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal 2/9 binary64) t) #s(literal -1 binary64))) |
(*.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) t) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal 9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2/9 binary64) t) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 (*.f64 #s(literal -9/2 binary64) t) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2/9 binary64) t)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 t #s(literal 9/2 binary64))) |
(neg.f64 (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) #s(literal 1 binary64)) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t (*.f64 t t)) #s(literal -729/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t t) #s(literal 81/4 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t t) #s(literal 81/4 binary64))) (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t (*.f64 t t)) #s(literal -729/8 binary64)))) (*.f64 (*.f64 t t) #s(literal 81/4 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t t) #s(literal 81/4 binary64)))) (*.f64 #s(literal -9/2 binary64) t)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 t (*.f64 t t)) #s(literal -729/8 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 #s(literal 0 binary64) (*.f64 t #s(literal 9/2 binary64)))))) |
(pow.f64 (*.f64 #s(literal -9/2 binary64) t) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -2/9 binary64) t) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) t) |
(*.f64 t #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 #s(literal -1 binary64) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 #s(literal -2/9 binary64) t) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal -2/9 binary64) t) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal 0 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))))) |
(exp.f64 (-.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a #s(literal 1/2 binary64)))) (*.f64 #s(literal -1 binary64) (log.f64 (*.f64 x y))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(neg.f64 (/.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 y (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) |
(/.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x y)) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 x (*.f64 y #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y #s(literal -1/2 binary64))))) |
(/.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 #s(literal -1 binary64) (*.f64 x y))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (/.f64 x (/.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a))) (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a))) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))) (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (/.f64 (*.f64 x y) #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (/.f64 a y))) |
(*.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 x y) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) a)) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 x (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 x a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 y #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 x a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 x (*.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) a) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 x y))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a y)) x) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 x (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 y #s(literal -1/2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a y))) x) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a #s(literal 1/2 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/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 #s(literal -1/2 binary64) a))) (+.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 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)) |
(pow.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.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/2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) #s(literal 0 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) z))) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) z)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(neg.f64 (/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 1 binary64))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) z)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 t (/.f64 a (*.f64 #s(literal -9/2 binary64) z))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 a z)) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) a) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 a (*.f64 z #s(literal 9/2 binary64)))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 a #s(literal 9/2 binary64))) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 2/9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) (*.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))))) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (/.f64 z (/.f64 #s(literal -2/9 binary64) t))))) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 z (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 #s(literal 9/2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal 2/9 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 t (/.f64 a #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 (/.f64 z a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 a t))) #s(literal 9/2 binary64)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 2/9 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 z t)) #s(literal -1 binary64)) (pow.f64 (/.f64 a #s(literal 9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.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 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(+.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(+.f64 (*.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal 0 binary64)) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(+.f64 (*.f64 #s(literal 0 binary64) (*.f64 z #s(literal 9/2 binary64))) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 #s(literal -2/9 binary64) t) z)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(/.f64 z (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) #s(literal 1 binary64)) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z))) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z))))) (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z)))) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z)))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (*.f64 t t) #s(literal 81/4 binary64)) (*.f64 z z)) (*.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(pow.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal -2/9 binary64) t) z) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
(*.f64 z (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) z) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z t) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) t) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -2/9 binary64) t) z) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal -2/9 binary64) t) z) #s(literal -1/2 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (*.f64 #s(literal -9/2 binary64) t)) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(neg.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(/.f64 z (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (*.f64 z t) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) z)) |
(/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 z t) |
(*.f64 t z) |
(*.f64 t (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 z t) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 #s(literal 1 binary64) (*.f64 z t)) |
(*.f64 #s(literal -1 binary64) (*.f64 t (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (*.f64 t (-.f64 #s(literal 0 binary64) z)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) t) |
| 1× | egg-herbie |
| 144× | *-lowering-*.f32 |
| 144× | *-lowering-*.f64 |
| 58× | *-commutative |
| 38× | /-lowering-/.f32 |
| 38× | /-lowering-/.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 2148 |
| 1 | 37 | 2148 |
| 2 | 65 | 2148 |
| 3 | 99 | 2148 |
| 4 | 114 | 2148 |
| 5 | 119 | 2148 |
| 0 | 119 | 2148 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(/ a (* x y)) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 (/ t a)) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* -9/2 t) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
| Outputs |
|---|
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 (/ t a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.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) |
(* t z) |
(*.f64 t z) |
Compiled 12177 to 1401 computations (88.5% saved)
15 alts after pruning (7 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1229 | 6 | 1235 |
| Fresh | 4 | 1 | 5 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1233 | 15 | 1248 |
| Status | Accuracy | Program |
|---|---|---|
| 50.7% | (/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) | |
| ▶ | 54.3% | (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
| ✓ | 90.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 47.6% | (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
| ✓ | 47.6% | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
| ▶ | 49.8% | (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
| ✓ | 90.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ✓ | 54.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ▶ | 53.9% | (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
| ▶ | 54.4% | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
| ✓ | 54.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| 50.0% | (*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) a)) | |
| ✓ | 50.0% | (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
| ✓ | 47.6% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | 50.1% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 280 to 210 computations (25% saved)
| 1× | egg-herbie |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 a x) |
| ✓ | cost-diff | 0 | (/.f64 y #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) z) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) t) |
| ✓ | cost-diff | 0 | (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) |
| ✓ | cost-diff | 0 | (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
| ✓ | cost-diff | 0 | (/.f64 x #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 x #s(literal 2 binary64)) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
| ✓ | cost-diff | 0 | (/.f64 a #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 y (/.f64 a #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
| 180× | *-lowering-*.f32 |
| 180× | *-lowering-*.f64 |
| 104× | /-lowering-/.f32 |
| 104× | /-lowering-/.f64 |
| 60× | *-commutative |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 93 |
| 1 | 48 | 93 |
| 2 | 102 | 93 |
| 3 | 153 | 93 |
| 4 | 175 | 93 |
| 5 | 186 | 93 |
| 6 | 186 | 93 |
| 0 | 186 | 93 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* (/ y (/ a 1/2)) x) |
(/ y (/ a 1/2)) |
y |
(/ a 1/2) |
a |
1/2 |
x |
(* (/ (/ x 2) a) y) |
(/ (/ x 2) a) |
(/ x 2) |
x |
2 |
a |
y |
(/ z (/ a (* -9/2 t))) |
z |
(/ a (* -9/2 t)) |
a |
(* -9/2 t) |
-9/2 |
t |
(/ (* (* -9/2 z) t) a) |
(* (* -9/2 z) t) |
(* -9/2 z) |
-9/2 |
z |
t |
a |
(/ (/ y 2) (/ a x)) |
(/ y 2) |
y |
2 |
(/ a x) |
a |
x |
| Outputs |
|---|
(* (/ y (/ a 1/2)) x) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ y (/ a 1/2)) |
(/.f64 y (/.f64 a #s(literal 1/2 binary64))) |
y |
(/ a 1/2) |
(/.f64 a #s(literal 1/2 binary64)) |
a |
1/2 |
#s(literal 1/2 binary64) |
x |
(* (/ (/ x 2) a) y) |
(/.f64 y (/.f64 (*.f64 a #s(literal 2 binary64)) x)) |
(/ (/ x 2) a) |
(/.f64 x (*.f64 a #s(literal 2 binary64))) |
(/ x 2) |
(/.f64 x #s(literal 2 binary64)) |
x |
2 |
#s(literal 2 binary64) |
a |
y |
(/ z (/ a (* -9/2 t))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
z |
(/ a (* -9/2 t)) |
(/.f64 a (*.f64 #s(literal -9/2 binary64) t)) |
a |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
-9/2 |
#s(literal -9/2 binary64) |
t |
(/ (* (* -9/2 z) t) a) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(* (* -9/2 z) t) |
(*.f64 z (*.f64 #s(literal -9/2 binary64) t)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
-9/2 |
#s(literal -9/2 binary64) |
z |
t |
a |
(/ (/ y 2) (/ a x)) |
(/.f64 y (/.f64 (*.f64 a #s(literal 2 binary64)) x)) |
(/ y 2) |
(/.f64 y #s(literal 2 binary64)) |
y |
2 |
#s(literal 2 binary64) |
(/ a x) |
(/.f64 a x) |
a |
x |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 y #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 a x) |
| ✓ | accuracy | 93.0% | (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -9/2 binary64) z) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) |
| ✓ | accuracy | 92.3% | (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -9/2 binary64) t) |
| ✓ | accuracy | 99.7% | (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) |
| ✓ | accuracy | 94.1% | (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
| ✓ | accuracy | 100.0% | (/.f64 (/.f64 x #s(literal 2 binary64)) a) |
| ✓ | accuracy | 100.0% | (/.f64 x #s(literal 2 binary64)) |
| ✓ | accuracy | 93.1% | (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
| ✓ | accuracy | 100.0% | (/.f64 y (/.f64 a #s(literal 1/2 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 a #s(literal 1/2 binary64)) |
| ✓ | accuracy | 92.4% | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
| 99.0ms | 256× | 0 | valid |
Compiled 99 to 24 computations (75.8% saved)
ival-div: 23.0ms (72.4% of total)ival-mult: 8.0ms (25.2% of total)const: 1.0ms (3.1% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (/ y (/ a 1/2)) x)> |
#<alt (/ y (/ a 1/2))> |
#<alt (/ a 1/2)> |
#<alt (* (/ (/ x 2) a) y)> |
#<alt (/ (/ x 2) a)> |
#<alt (/ x 2)> |
#<alt (/ z (/ a (* -9/2 t)))> |
#<alt (/ a (* -9/2 t))> |
#<alt (* -9/2 t)> |
#<alt (/ (* (* -9/2 z) t) a)> |
#<alt (* (* -9/2 z) t)> |
#<alt (* -9/2 z)> |
#<alt (/ (/ y 2) (/ a x))> |
#<alt (/ y 2)> |
#<alt (/ a x)> |
| Outputs |
|---|
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 1/2 (/ y a))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* 1/2 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 (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a t))> |
#<alt (* -2/9 (/ a 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 (* -9/2 t)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 (* t z))> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (* 1/2 y)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
#<alt (/ a x)> |
90 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | a | @ | 0 | (/ a (* -9/2 t)) |
| 1.0ms | t | @ | 0 | (/ a (* -9/2 t)) |
| 0.0ms | a | @ | inf | (/ (/ x 2) a) |
| 0.0ms | a | @ | 0 | (/ y (/ a 1/2)) |
| 0.0ms | a | @ | inf | (/ y (/ a 1/2)) |
| 1× | batch-egg-rewrite |
| 3844× | /-lowering-/.f32 |
| 3844× | /-lowering-/.f64 |
| 3554× | *-lowering-*.f32 |
| 3554× | *-lowering-*.f64 |
| 1940× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 73 |
| 1 | 111 | 73 |
| 2 | 652 | 73 |
| 3 | 3771 | 73 |
| 0 | 8176 | 73 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ y (/ a 1/2)) x) |
(/ y (/ a 1/2)) |
(/ a 1/2) |
(* (/ (/ x 2) a) y) |
(/ (/ x 2) a) |
(/ x 2) |
(/ z (/ a (* -9/2 t))) |
(/ a (* -9/2 t)) |
(* -9/2 t) |
(/ (* (* -9/2 z) t) a) |
(* (* -9/2 z) t) |
(* -9/2 z) |
(/ (/ y 2) (/ a x)) |
(/ y 2) |
(/ a x) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (log.f64 (/.f64 x a)))) |
(exp.f64 (+.f64 (log.f64 (/.f64 x a)) (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal -1 binary64)) (*.f64 (log.f64 x) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (log.f64 (/.f64 a x)))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 y x) (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.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 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a y)) (/.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 a y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal 1 binary64)) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a))) (/.f64 y (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal -2 binary64)))) (/.f64 x (/.f64 a (/.f64 y #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -2 binary64) (/.f64 a y))) (/.f64 x (*.f64 #s(literal -2 binary64) (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) (/.f64 x (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -2 binary64) y) a)) (/.f64 x (*.f64 (/.f64 #s(literal -2 binary64) y) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 a y) #s(literal -2 binary64))) (/.f64 x (*.f64 (/.f64 a y) #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 #s(literal 2 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) x)) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 #s(literal 2 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) y)) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(neg.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(neg.f64 (*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 y a))) |
(neg.f64 (*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) y)) |
(neg.f64 (*.f64 y (/.f64 (/.f64 x #s(literal -2 binary64)) a))) |
(neg.f64 (*.f64 x (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 (*.f64 y x) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) a)) |
(/.f64 y (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 y (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) a))) |
(/.f64 x (neg.f64 (*.f64 #s(literal -2 binary64) (/.f64 a y)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 a y) #s(literal -2 binary64)))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a (/.f64 x #s(literal -2 binary64)))) |
(/.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) x) (/.f64 a (/.f64 y #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal -2 binary64) (/.f64 a y))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -2 binary64) y) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 a y) #s(literal -2 binary64))) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (neg.f64 (/.f64 a y))) |
(/.f64 (/.f64 y #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 a y)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 a x)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a (/.f64 y #s(literal -2 binary64)))))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) x) y)) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 y x) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 a y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 a x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a (/.f64 y #s(literal -2 binary64))))) |
(/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) y))) |
(/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (neg.f64 (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -2 binary64) y))) |
(/.f64 (*.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal 1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) y) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 y #s(literal -2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 x a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 y a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 y a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) y)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y #s(literal -2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) y)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y #s(literal 2 binary64)))) (*.f64 (/.f64 a x) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64))) (/.f64 a (/.f64 x #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 #s(literal 1 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) (/.f64 a (/.f64 y #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -2 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y x) #s(literal -1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal -1 binary64))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) y)) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64))) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y x)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 x a) #s(literal -1 binary64))) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) #s(literal -1 binary64))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 y a))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) |
(*.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/2 binary64) (/.f64 a x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal -1/2 binary64) a) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 x a) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) a) y)) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x a))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 y x)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 y x) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(*.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 y (/.f64 x #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 y (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 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 (/.f64 x #s(literal -2 binary64)) a) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 y (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 y a) #s(literal -1 binary64)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y a) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (/.f64 x a) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 a) #s(literal -1 binary64)) (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (/.f64 (/.f64 y #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 y (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a y)) |
(/.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 a y))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 y #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 y #s(literal -2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 y a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 y #s(literal -2 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) y) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (neg.f64 (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (/.f64 y #s(literal -2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 y a))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) y) a))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) y)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 y #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 y #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal -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 y #s(literal -2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 y a))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 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 y #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal 2 binary64) y)) |
(pow.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (/.f64 y #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (/.f64 y #s(literal 2 binary64))) (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (/.f64 y #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y a)) |
(*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 y a) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) y) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) #s(literal -1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) #s(literal -1/2 binary64)) |
(exp.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(neg.f64 (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 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)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)) |
(/.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 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) #s(literal -1/2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) #s(literal 1/2 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)) #s(literal -1/2 binary64)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -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 #s(literal -1 binary64) a)) #s(literal -2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (log.f64 (/.f64 x a)))) |
(exp.f64 (+.f64 (log.f64 (/.f64 x a)) (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal -1 binary64)) (*.f64 (log.f64 x) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (log.f64 (/.f64 a x)))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 y x) (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.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 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a y)) (/.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 a y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal 1 binary64)) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a))) (/.f64 y (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal -2 binary64)))) (/.f64 x (/.f64 a (/.f64 y #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -2 binary64) (/.f64 a y))) (/.f64 x (*.f64 #s(literal -2 binary64) (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) (/.f64 x (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -2 binary64) y) a)) (/.f64 x (*.f64 (/.f64 #s(literal -2 binary64) y) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 a y) #s(literal -2 binary64))) (/.f64 x (*.f64 (/.f64 a y) #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 #s(literal 2 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) x)) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 #s(literal 2 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) y)) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(neg.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(neg.f64 (*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 y a))) |
(neg.f64 (*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) y)) |
(neg.f64 (*.f64 y (/.f64 (/.f64 x #s(literal -2 binary64)) a))) |
(neg.f64 (*.f64 x (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 (*.f64 y x) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) a)) |
(/.f64 y (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 y (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) a))) |
(/.f64 x (neg.f64 (*.f64 #s(literal -2 binary64) (/.f64 a y)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 a y) #s(literal -2 binary64)))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a (/.f64 x #s(literal -2 binary64)))) |
(/.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) x) (/.f64 a (/.f64 y #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal -2 binary64) (/.f64 a y))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -2 binary64) y) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 a y) #s(literal -2 binary64))) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (neg.f64 (/.f64 a y))) |
(/.f64 (/.f64 y #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 a y)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 a x)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a (/.f64 y #s(literal -2 binary64)))))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) x) y)) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 y x) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 a y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 a x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a (/.f64 y #s(literal -2 binary64))))) |
(/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) y))) |
(/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (neg.f64 (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -2 binary64) y))) |
(/.f64 (*.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal 1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) y) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 y #s(literal -2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 x a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 y a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 y a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) y)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y #s(literal -2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) y)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y #s(literal 2 binary64)))) (*.f64 (/.f64 a x) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64))) (/.f64 a (/.f64 x #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 #s(literal 1 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) (/.f64 a (/.f64 y #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -2 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y x) #s(literal -1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal -1 binary64))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) y)) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64))) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y x)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 x a) #s(literal -1 binary64))) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) #s(literal -1 binary64))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 y a))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) |
(*.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/2 binary64) (/.f64 a x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal -1/2 binary64) a) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 x a) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) a) y)) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x a))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 y x)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 y x) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(*.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 y (/.f64 x #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 y (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 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 (/.f64 x #s(literal -2 binary64)) a) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 y (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 y a) #s(literal -1 binary64)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y a) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (/.f64 x a) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 x #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64)) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 a) #s(literal -1 binary64)) (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (log.f64 (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (log.f64 x) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x a) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) x)) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (/.f64 (/.f64 x #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) (/.f64 (/.f64 x a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a x))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a x)) |
(/.f64 x (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) a) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 x a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64)) a) |
(/.f64 (*.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) x)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x #s(literal 2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) x))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 x #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/2 binary64))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) x)) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 x #s(literal 2 binary64)))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) x))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 x #s(literal -2 binary64)))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -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 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 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 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/2 binary64)) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a (/.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (/.f64 x #s(literal 2 binary64))) (/.f64 a (/.f64 x #s(literal 2 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (/.f64 x #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x a)) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x a))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) x) |
(*.f64 (/.f64 x a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 (/.f64 a (/.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (/.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 x #s(literal 2 binary64))) |
(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))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 x #s(literal 2 binary64)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) x)) |
(pow.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 2 binary64) x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 x #s(literal 1/2 binary64)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (pow.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a z))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) (/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) z)) (/.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (/.f64 #s(literal 1 binary64) z))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -2/9 binary64) t)) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(neg.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 a z)) |
(/.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) a) |
(/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (neg.f64 (/.f64 a z))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z)) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (neg.f64 (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (/.f64 #s(literal -2/9 binary64) t) z))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (neg.f64 (/.f64 a t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 a #s(literal 9/2 binary64))) |
(/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal -1 binary64)) |
(/.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) a) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64)) a) |
(/.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64)) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) z))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 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 #s(literal 0 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 2/9 binary64) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z a))) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/9 binary64) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (/.f64 #s(literal -1 binary64) a)))) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 #s(literal 2/9 binary64) t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 a #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) z)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (-.f64 #s(literal 0 binary64) z))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 2/9 binary64) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 z a))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 #s(literal 2/9 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/9 binary64) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (*.f64 z (/.f64 #s(literal -1 binary64) a)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 #s(literal -2/9 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 z (/.f64 #s(literal 2/9 binary64) t)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 z (/.f64 a #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (neg.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64))) a) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64))) (/.f64 #s(literal 2/9 binary64) t)) |
(pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t))) (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t))))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 t (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) |
(*.f64 t (*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 t (*.f64 (/.f64 #s(literal -9/2 binary64) a) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 z (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 #s(literal -9/2 binary64) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 z a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 z (/.f64 #s(literal 2/9 binary64) t))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (*.f64 t (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/9 binary64) t))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) t) (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 t a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (/.f64 #s(literal -1 binary64) a))) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) t) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) #s(literal -1 binary64)) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z (/.f64 a #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (/.f64 (/.f64 z a) #s(literal -1 binary64)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) t)) #s(literal -9/2 binary64)) |
(exp.f64 (log.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) t)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(-.f64 (/.f64 #s(literal 0 binary64) t) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) t)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal 9/2 binary64)))) (/.f64 a (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal 9/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) t))) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) t)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) (*.f64 #s(literal 1 binary64) t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t))) (/.f64 (/.f64 a #s(literal -9/2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t)))) |
(neg.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 a (*.f64 #s(literal -9/2 binary64) t)) |
(/.f64 a (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal 9/2 binary64))))) |
(/.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 1 binary64) (*.f64 t #s(literal 9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal -2/9 binary64) t) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 a #s(literal -9/2 binary64)) t) |
(/.f64 (/.f64 a #s(literal -9/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (/.f64 a #s(literal -9/2 binary64)) (*.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 a #s(literal -9/2 binary64)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(/.f64 (/.f64 a #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (/.f64 a #s(literal 9/2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (/.f64 a #s(literal 9/2 binary64)) (neg.f64 (*.f64 #s(literal 1 binary64) t))) |
(/.f64 (/.f64 a #s(literal 9/2 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 (/.f64 a t) #s(literal -9/2 binary64)) |
(/.f64 #s(literal -2/9 binary64) (/.f64 t a)) |
(/.f64 (/.f64 #s(literal 2/9 binary64) t) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -9/2 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 (*.f64 (/.f64 a #s(literal -9/2 binary64)) #s(literal 1 binary64)) t) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 (neg.f64 (/.f64 a t)) #s(literal 9/2 binary64)) |
(/.f64 #s(literal 2/9 binary64) (neg.f64 (/.f64 t a))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) t)) (neg.f64 (/.f64 #s(literal -9/2 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a t)) #s(literal -9/2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) t)) #s(literal 9/2 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) a) #s(literal -9/2 binary64)) |
(/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) t)) #s(literal 9/2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 t #s(literal 9/2 binary64))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (*.f64 (*.f64 #s(literal -9/2 binary64) t) (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) t)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 t (/.f64 a #s(literal 9/2 binary64)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 t (/.f64 a #s(literal 9/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) t)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a #s(literal -9/2 binary64)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -1 binary64))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a #s(literal 9/2 binary64)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) t))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a #s(literal 9/2 binary64)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a t))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal 9/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 #s(literal 2/9 binary64) t))) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) t)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (neg.f64 (/.f64 a t)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -9/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal 2/9 binary64))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 t a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) a)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) t))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 #s(literal -9/2 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 #s(literal -9/2 binary64) t) (*.f64 (*.f64 #s(literal -9/2 binary64) t) (*.f64 #s(literal -9/2 binary64) t))))))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (+.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 t #s(literal 9/2 binary64))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal -9/2 binary64) t) (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) t)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -9/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 #s(literal -1 binary64) (/.f64 a t)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -9/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) t)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -9/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) t)) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)))) (*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 #s(literal -9/2 binary64) t)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal -9/2 binary64) t)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) (*.f64 #s(literal -9/2 binary64) t)) |
(/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal -9/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (neg.f64 (neg.f64 (/.f64 a t))) #s(literal -9/2 binary64)) |
(/.f64 (neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) t))) #s(literal -9/2 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 9/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 a t))) #s(literal 9/2 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) t))) #s(literal -9/2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) a)) #s(literal 9/2 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) #s(literal -1/2 binary64)) |
(*.f64 a (/.f64 #s(literal -2/9 binary64) t)) |
(*.f64 a (/.f64 (/.f64 #s(literal -2/9 binary64) t) #s(literal 1 binary64))) |
(*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2/9 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 2/9 binary64) t) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(*.f64 (/.f64 #s(literal -2/9 binary64) t) a) |
(*.f64 (/.f64 a #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 a #s(literal -9/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(*.f64 (/.f64 a #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (/.f64 a t) #s(literal -2/9 binary64)) |
(*.f64 #s(literal -2/9 binary64) (/.f64 a t)) |
(*.f64 (/.f64 #s(literal 2/9 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 a #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 2/9 binary64) t)) |
(*.f64 #s(literal 2/9 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (/.f64 #s(literal -1 binary64) t) (/.f64 a #s(literal 9/2 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal 2/9 binary64) t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2/9 binary64) t)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t #s(literal 9/2 binary64))) |
(neg.f64 (*.f64 t #s(literal 9/2 binary64))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) #s(literal 1 binary64)) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2/9 binary64) t)) |
(pow.f64 (*.f64 #s(literal -9/2 binary64) t) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -2/9 binary64) t) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) t) |
(*.f64 #s(literal -9/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t #s(literal 1 binary64))) |
(*.f64 t #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 #s(literal -1 binary64) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) #s(literal -9/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 a z))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) (/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) z)) (/.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (/.f64 #s(literal 1 binary64) z))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -2/9 binary64) t)) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(neg.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 a z)) |
(/.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) a) |
(/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) (neg.f64 (/.f64 a z))) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z)) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) |
(/.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (neg.f64 (/.f64 #s(literal 1 binary64) z))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (/.f64 #s(literal -2/9 binary64) t) z))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (neg.f64 (/.f64 a t))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 a #s(literal 9/2 binary64))) |
(/.f64 (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) #s(literal -1 binary64)) |
(/.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal 2/9 binary64) t)) |
(/.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) a) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) (/.f64 a t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 a t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64)) a) |
(/.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64)) (/.f64 #s(literal -2/9 binary64) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) z)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) z))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 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 #s(literal 0 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 2/9 binary64) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z a))) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/9 binary64) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 z (/.f64 #s(literal -1 binary64) a)))) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 #s(literal 2/9 binary64) t)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 z (/.f64 a #s(literal 9/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 9/2 binary64)) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) z)) (*.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) t)) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (-.f64 #s(literal 0 binary64) z))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 a (*.f64 t (*.f64 z #s(literal 9/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 2/9 binary64) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 z a))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 #s(literal 2/9 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/9 binary64) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (*.f64 z (/.f64 #s(literal -1 binary64) a)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 #s(literal -2/9 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 z (/.f64 #s(literal 2/9 binary64) t)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) t)) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 z (/.f64 a #s(literal 9/2 binary64))))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 9/2 binary64)) t) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64))))) a) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64)))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (neg.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64))) (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 (neg.f64 (*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) #s(literal 1 binary64))) a) |
(/.f64 (neg.f64 (/.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64))) (/.f64 #s(literal 2/9 binary64) t)) |
(pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t))) (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 a (*.f64 z (*.f64 #s(literal -9/2 binary64) t))))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 t (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) |
(*.f64 t (*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 t (*.f64 (/.f64 #s(literal -9/2 binary64) a) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1 binary64)) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (*.f64 z (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t)))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 #s(literal -9/2 binary64) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2/9 binary64) t) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 #s(literal -2/9 binary64) t))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (/.f64 z a) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 z (/.f64 (/.f64 a #s(literal 9/2 binary64)) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 z (/.f64 #s(literal 2/9 binary64) t))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (*.f64 t (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2/9 binary64) t))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) |
(*.f64 (/.f64 z (/.f64 #s(literal -2/9 binary64) t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) #s(literal -1 binary64)) (/.f64 t a)) |
(*.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) t) (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) (/.f64 t a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a #s(literal -9/2 binary64)))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z (/.f64 #s(literal -1 binary64) a))) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) t) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) #s(literal -1 binary64)) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (*.f64 (*.f64 z (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 z (/.f64 a #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 (/.f64 z a) #s(literal 1 binary64)) (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 (/.f64 (/.f64 z a) #s(literal -1 binary64)) (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (/.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) t)) #s(literal -9/2 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(neg.f64 (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 z (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 z t) #s(literal 1 binary64))) |
(*.f64 t (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 t (*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) z) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) t) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (*.f64 t #s(literal 1 binary64))) |
(*.f64 (*.f64 z (*.f64 #s(literal -9/2 binary64) t)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 #s(literal -9/2 binary64) t))) |
(*.f64 (*.f64 z t) #s(literal -9/2 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 t (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) t) |
(*.f64 z #s(literal -9/2 binary64)) |
(*.f64 #s(literal -9/2 binary64) z) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (log.f64 (/.f64 x a)))) |
(exp.f64 (+.f64 (log.f64 (/.f64 x a)) (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 a (/.f64 y #s(literal 2 binary64)))) #s(literal -1 binary64)) (*.f64 (log.f64 x) #s(literal -1 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64)) (log.f64 (/.f64 a x)))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 y x) (/.f64 a #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (-.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 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) x)) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 a (/.f64 y #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a y)) (/.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 a y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) y)) (/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal 1 binary64)) (/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a))) (/.f64 y (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 y #s(literal -2 binary64)))) (/.f64 x (/.f64 a (/.f64 y #s(literal -2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal -2 binary64) (/.f64 a y))) (/.f64 x (*.f64 #s(literal -2 binary64) (/.f64 a y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) (/.f64 x (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -2 binary64) y) a)) (/.f64 x (*.f64 (/.f64 #s(literal -2 binary64) y) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 a y) #s(literal -2 binary64))) (/.f64 x (*.f64 (/.f64 a y) #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 #s(literal 2 binary64) y))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 2 binary64) x)) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 #s(literal 2 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) y)) (/.f64 (/.f64 x a) (/.f64 #s(literal -2 binary64) y))) |
(neg.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(neg.f64 (*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 y a))) |
(neg.f64 (*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) y)) |
(neg.f64 (*.f64 y (/.f64 (/.f64 x #s(literal -2 binary64)) a))) |
(neg.f64 (*.f64 x (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 (*.f64 y x) (/.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) a)) |
(/.f64 y (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 y (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 x (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) a))) |
(/.f64 x (neg.f64 (*.f64 #s(literal -2 binary64) (/.f64 a y)))) |
(/.f64 x (neg.f64 (*.f64 (/.f64 a y) #s(literal -2 binary64)))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 a y)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 a y) (/.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a (/.f64 x #s(literal -2 binary64)))) |
(/.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) x) (/.f64 a (/.f64 y #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal -2 binary64) (/.f64 a y))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 2 binary64) y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -2 binary64) y) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 a y) #s(literal -2 binary64))) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (neg.f64 (/.f64 a y))) |
(/.f64 (/.f64 y #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 a y)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 a x)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a (/.f64 y #s(literal -2 binary64)))))) |
(/.f64 (/.f64 x a) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 2 binary64) x) y)) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 y x) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 a y))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 a x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 a (/.f64 y #s(literal -2 binary64))))) |
(/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) y))) |
(/.f64 (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) a) (neg.f64 (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (/.f64 y (/.f64 a x)) #s(literal 2 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 a (/.f64 y #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 a (/.f64 x #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -2 binary64) y))) |
(/.f64 (*.f64 (*.f64 y x) #s(literal -1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal 1 binary64)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) y) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 y #s(literal -2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 x a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 y a) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 y a)) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) y)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y #s(literal -2 binary64)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (/.f64 a (/.f64 x #s(literal -2 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) y)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 y a) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y #s(literal 2 binary64)))) (*.f64 (/.f64 a x) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (/.f64 x #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 a (*.f64 y (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 y (/.f64 a #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64))) (/.f64 a (/.f64 x #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (*.f64 (/.f64 #s(literal -2 binary64) y) (/.f64 #s(literal 1 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) (/.f64 a (/.f64 y #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -2 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y x) #s(literal -1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal 1 binary64))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) #s(literal -1 binary64))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) y)) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x))) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64))) (/.f64 #s(literal -2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y x)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x)))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 x a) #s(literal -1 binary64))) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal -1 binary64))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) #s(literal -1 binary64))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 y a))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 y x)))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x a) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) |
(*.f64 x (/.f64 (/.f64 y a) #s(literal 2 binary64))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a)) |
(*.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 x #s(literal -2 binary64)) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1/2 binary64) (/.f64 a x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal -1/2 binary64) a) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 x a) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 y (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) a) y)) |
(*.f64 (/.f64 y #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x a))) |
(*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 y x)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 x (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 y x) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 y (/.f64 a (/.f64 x #s(literal -2 binary64))))) |
(*.f64 (*.f64 y (/.f64 x #s(literal -2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x a)) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y x)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 y (/.f64 x #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 y (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 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 (/.f64 x #s(literal -2 binary64)) a) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 y (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 y a) #s(literal -1 binary64)) (/.f64 x #s(literal -2 binary64))) |
(*.f64 (/.f64 y (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 y a) #s(literal 2 binary64)) x) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (/.f64 a x)))) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 y a) #s(literal 1 binary64)) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 y (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y (/.f64 a x))) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 y a) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (/.f64 x a) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) y)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 y #s(literal -2 binary64))) |
(neg.f64 (/.f64 y #s(literal -2 binary64))) |
(neg.f64 (*.f64 (/.f64 y #s(literal -2 binary64)) #s(literal 1 binary64))) |
(/.f64 y #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -2 binary64)) |
(/.f64 (/.f64 y #s(literal -2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) y)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) y)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) y)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) y))) |
(pow.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) y) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 2 binary64) y) (/.f64 #s(literal 2 binary64) y)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 2 binary64) y))) #s(literal -1 binary64)) |
(*.f64 y #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) y) |
(*.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 y #s(literal -2 binary64))) |
(*.f64 (pow.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 y #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (/.f64 a x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a x)) #s(literal 1 binary64))) |
(exp.f64 (-.f64 (*.f64 (log.f64 x) #s(literal -1 binary64)) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(-.f64 (/.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 a x) |
(/.f64 (/.f64 a x) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 x a)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x a))) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x a))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 x a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) a)) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 x a)) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) x))) (-.f64 #s(literal 0 binary64) (/.f64 x a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 a x) (/.f64 a x)) (*.f64 #s(literal 0 binary64) (/.f64 a x))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 x (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 a x) (/.f64 a x)) (*.f64 #s(literal 0 binary64) (/.f64 a x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (/.f64 a x))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a x) (/.f64 a x))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) x) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) x) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) x) |
(pow.f64 (/.f64 a x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x a) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 a x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 x a) (/.f64 x a)) #s(literal -1/2 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) x)) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 a x) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 a x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) a) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 a x) #s(literal 1/2 binary64)) (pow.f64 (/.f64 a x) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 #s(literal -1 binary64) x)) |
| 1× | egg-herbie |
| 160× | *-lowering-*.f32 |
| 160× | *-lowering-*.f64 |
| 56× | *-commutative |
| 36× | /-lowering-/.f32 |
| 36× | /-lowering-/.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 28 | 1992 |
| 1 | 52 | 1992 |
| 2 | 76 | 1992 |
| 3 | 105 | 1992 |
| 4 | 118 | 1992 |
| 0 | 118 | 1992 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 1/2 (/ y a)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 (/ x a)) |
(* 1/2 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) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a t)) |
(* -2/9 (/ a 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) |
(* -9/2 t) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 (* t z)) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 y) |
(* 1/2 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) |
| Outputs |
|---|
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 1/2 (/ y a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) a) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* 1/2 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) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -2/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -2/9 binary64)) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 t) |
(*.f64 #s(literal -9/2 binary64) t) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) a) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 (* t z)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 t z)) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* -9/2 z) |
(*.f64 #s(literal -9/2 binary64) z) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(* 1/2 y) |
(*.f64 #s(literal 1/2 binary64) y) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
(/ a x) |
(/.f64 a x) |
Compiled 18760 to 2031 computations (89.2% saved)
16 alts after pruning (5 fresh and 11 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1717 | 4 | 1721 |
| Fresh | 1 | 1 | 2 |
| Picked | 0 | 5 | 5 |
| Done | 2 | 6 | 8 |
| Total | 1720 | 16 | 1736 |
| Status | Accuracy | Program |
|---|---|---|
| 54.4% | (/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) | |
| ✓ | 54.3% | (/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
| ✓ | 90.8% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| ✓ | 47.6% | (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
| 47.6% | (/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) | |
| 49.7% | (/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) | |
| ✓ | 49.8% | (/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
| ✓ | 90.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))))) |
| ✓ | 54.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
| ✓ | 53.9% | (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
| 50.8% | (*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) | |
| ✓ | 54.4% | (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
| ✓ | 54.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| 50.0% | (*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) a)) | |
| ✓ | 50.0% | (*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
| ✓ | 50.1% | (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
Compiled 500 to 263 computations (47.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) 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 (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 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 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))) |
11 calls:
| 14.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 11.0ms | x |
| 11.0ms | z |
| 11.0ms | a |
| 10.0ms | (*.f64 z #s(literal 9 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.8% | 2 | x |
| 90.9% | 1 | y |
| 90.9% | 1 | z |
| 93.8% | 2 | t |
| 96.2% | 2 | a |
| 94.2% | 2 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 94.2% | 2 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 93.5% | 2 | (*.f64 x y) |
| 96.8% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 90.9% | 1 | (*.f64 z #s(literal 9 binary64)) |
| 96.2% | 2 | (*.f64 a #s(literal 2 binary64)) |
Compiled 96 to 76 computations (20.8% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) 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)))) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
3 calls:
| 14.0ms | (*.f64 a #s(literal 2 binary64)) |
| 10.0ms | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 9.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.8% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 94.8% | 2 | a |
| 94.8% | 2 | (*.f64 a #s(literal 2 binary64)) |
Compiled 24 to 20 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) 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))) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
5 calls:
| 12.0ms | (*.f64 x y) |
| 10.0ms | a |
| 10.0ms | (*.f64 a #s(literal 2 binary64)) |
| 8.0ms | t |
| 8.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.8% | 1 | x |
| 92.7% | 2 | (*.f64 x y) |
| 90.8% | 1 | t |
| 90.8% | 1 | a |
| 90.8% | 1 | (*.f64 a #s(literal 2 binary64)) |
Compiled 34 to 28 computations (17.6% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) 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 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
1 calls:
| 9.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.6% | 2 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (/.f64 z a) (/.f64 #s(literal -2/9 binary64) t)) |
(*.f64 z (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/9 binary64) t)) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9/2 binary64))) a) |
| Outputs |
|---|
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)) |
7 calls:
| 12.0ms | y |
| 11.0ms | z |
| 8.0ms | a |
| 8.0ms | t |
| 8.0ms | (*.f64 a #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 73.6% | 3 | x |
| 73.2% | 3 | t |
| 61.0% | 2 | a |
| 61.0% | 2 | (*.f64 a #s(literal 2 binary64)) |
| 69.5% | 3 | y |
| 73.1% | 3 | z |
| 78.3% | 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 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(/.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 a x)) |
| Outputs |
|---|
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
1 calls:
| 6.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
| Outputs |
|---|
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
1 calls:
| 5.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
| Outputs |
|---|
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
1 calls:
| 6.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 z (/.f64 a (*.f64 #s(literal -9/2 binary64) t))) |
(/.f64 z (/.f64 (*.f64 a #s(literal -2/9 binary64)) t)) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
| Outputs |
|---|
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
1 calls:
| 5.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
(*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) a) y) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x) |
1 calls:
| 4.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.3% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
1 calls:
| 5.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.4% | 4 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 z (/.f64 (*.f64 t #s(literal -9/2 binary64)) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) x) y) |
| Outputs |
|---|
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
3 calls:
| 3.0ms | x |
| 3.0ms | t |
| 3.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.8% | 3 | z |
| 72.2% | 3 | t |
| 72.6% | 3 | x |
Compiled 18 to 15 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
2 calls:
| 2.0ms | x |
| 2.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.6% | 3 | x |
| 72.2% | 3 | z |
Compiled 12 to 10 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
5 calls:
| 33.0ms | x |
| 2.0ms | z |
| 2.0ms | t |
| 2.0ms | a |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 51.9% | 2 | a |
| 50.1% | 1 | y |
| 50.1% | 1 | z |
| 50.1% | 1 | t |
| 50.1% | 1 | x |
Compiled 30 to 25 computations (16.7% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
3 calls:
| 1.0ms | x |
| 1.0ms | a |
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 50.1% | 1 | x |
| 50.1% | 1 | y |
| 50.1% | 1 | a |
Compiled 18 to 15 computations (16.7% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.936079732259161e+62 | 4.9892978619596447e+64 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 3.3069764801012895e+234 | 2.294199217829502e+255 |
| 0.0ms | -3.064840764661188e+272 | -3.3314218588470472e+264 |
Compiled 26 to 20 computations (23.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.2361828201210374e+291 | 5.541610336548733e+295 |
Compiled 26 to 20 computations (23.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.2361828201210374e+291 | 5.541610336548733e+295 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.426327608806654e-92 | 8.635827339803003e-85 |
| 0.0ms | -171303114980.2149 | -40310380.60558074 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.426327608806654e-92 | 8.635827339803003e-85 |
| 0.0ms | -171303114980.2149 | -40310380.60558074 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.426327608806654e-92 | 8.635827339803003e-85 |
| 0.0ms | -171303114980.2149 | -40310380.60558074 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.426327608806654e-92 | 8.635827339803003e-85 |
| 0.0ms | -171303114980.2149 | -40310380.60558074 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.426327608806654e-92 | 8.635827339803003e-85 |
| 0.0ms | -171303114980.2149 | -40310380.60558074 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 5.426327608806654e-92 | 8.635827339803003e-85 |
| 0.0ms | -171303114980.2149 | -40310380.60558074 |
Compiled 26 to 20 computations (23.1% saved)
| 3× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.5079059378311664e+125 | 5.553864650889476e+125 |
| 0.0ms | 5.426327608806654e-92 | 8.635827339803003e-85 |
| 0.0ms | -171303114980.2149 | -40310380.60558074 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 1.4961475063625333e-85 | 1.107410679565642e-84 |
| 13.0ms | -2.262874832811029e+93 | -5.593356301580742e+92 |
| 21.0ms | 192× | 0 | valid |
Compiled 338 to 260 computations (23.1% saved)
ival-sub: 5.0ms (41.6% of total)ival-mult: 5.0ms (41.6% of total)ival-div: 1.0ms (8.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 28.0ms | 1.3879476840217866e-117 | 4.3456852606342675e-89 |
| 21.0ms | -2.0493278772847332e+99 | -6.271649975398206e+90 |
| 34.0ms | 320× | 0 | valid |
Compiled 546 to 420 computations (23.1% saved)
ival-mult: 15.0ms (74.6% of total)ival-sub: 2.0ms (10% of total)ival-div: 2.0ms (10% of total)const: 1.0ms (5% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 3.4242780074883176e-130 | 4.2194143513343513e-129 |
| 8.0ms | 96× | 0 | valid |
Compiled 182 to 140 computations (23.1% saved)
ival-mult: 3.0ms (77.1% of total)ival-div: 1.0ms (25.7% of total)ival-sub: 0.0ms (0% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 66× | *-commutative_binary64 |
| 28× | +-commutative_binary64 |
| 22× | sub-neg_binary64 |
| 20× | neg-sub0_binary64 |
| 20× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 110 | 466 |
| 1 | 157 | 466 |
| 2 | 191 | 466 |
| 3 | 209 | 466 |
| 4 | 220 | 466 |
| 5 | 223 | 466 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 500000000000000028928979971363484913696689344587520219086323712 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 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)))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -200000000000000013104522191493575712823499934020710488024152771323555056217860874303389432945676521361520476916974680482142243229285217375886207988634517594158208309292880167137262965343121750872846190603318440437028470611163773764115697127698584069380700520547655522189312 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 5000000000000000265830098313298245178016947287622550486678486493521945761146082797297502145674652454512860840906256046981475222569026826936584608154510201938349585198667111756724875341881416615617731891764574033605618465285179569078272 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t))) |
(if (<=.f64 (*.f64 x y) #s(literal 3999999999999999831443609401385136528614207512386057135410071092916132616022289914504946148287614500592330451563947454856809828080168025678726105499863496711154494173799977940229033050646983792107070529102452199587840315845272602181673858644271966678327153142116021922822752784275414552936448 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal 3999999999999999831443609401385136528614207512386057135410071092916132616022289914504946148287614500592330451563947454856809828080168025678726105499863496711154494173799977940229033050646983792107070529102452199587840315845272602181673858644271966678327153142116021922822752784275414552936448 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) (/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (if (<=.f64 (*.f64 x y) #s(literal 199999999999999984973552323798576408508934173966967692287845194445058839995158605320632698752563530750306011682731106456567808 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))))) |
(if (<=.f64 z #s(literal -699999999999999972468063263575332539517712823122403591619249319714999749293984773702361808896 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) (if (<=.f64 z #s(literal 2405975797261313/2187250724783011924372502227117621365353169430893212436425770606409952999199375923223513177023053824 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 x #s(literal -120000000000000002426265495258713638629131558785722928936533222744960480599779717123043739303936 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 x #s(literal 1462602470010163/10086913586276986678343434265636765134100413253239154346994763111486904773503285916522052161250538404046496765518544896 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 a #s(literal 6867846810695183/3121748550315992231381597229793166305748598142664971150859156959625371738819765620120306103063491971159826931121406622895447975679288285306290176 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| Outputs |
|---|
(if (<=.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 500000000000000028928979971363484913696689344587520219086323712 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 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)))) |
(if (<=.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 500000000000000028928979971363484913696689344587520219086323712 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) (+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t))) (fma.f64 (*.f64 (/.f64 z a) (-.f64 #s(literal 0 binary64) #s(literal 9/2 binary64))) t (*.f64 t (*.f64 (/.f64 z a) #s(literal 9/2 binary64)))))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -200000000000000013104522191493575712823499934020710488024152771323555056217860874303389432945676521361520476916974680482142243229285217375886207988634517594158208309292880167137262965343121750872846190603318440437028470611163773764115697127698584069380700520547655522189312 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 5000000000000000265830098313298245178016947287622550486678486493521945761146082797297502145674652454512860840906256046981475222569026826936584608154510201938349585198667111756724875341881416615617731891764574033605618465285179569078272 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 z (/.f64 a #s(literal -9/2 binary64))) t))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -200000000000000013104522191493575712823499934020710488024152771323555056217860874303389432945676521361520476916974680482142243229285217375886207988634517594158208309292880167137262965343121750872846190603318440437028470611163773764115697127698584069380700520547655522189312 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 5000000000000000265830098313298245178016947287622550486678486493521945761146082797297502145674652454512860840906256046981475222569026826936584608154510201938349585198667111756724875341881416615617731891764574033605618465285179569078272 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) (*.f64 t (/.f64 z (/.f64 a #s(literal -9/2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal 3999999999999999831443609401385136528614207512386057135410071092916132616022289914504946148287614500592330451563947454856809828080168025678726105499863496711154494173799977940229033050646983792107070529102452199587840315845272602181673858644271966678327153142116021922822752784275414552936448 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal 3999999999999999831443609401385136528614207512386057135410071092916132616022289914504946148287614500592330451563947454856809828080168025678726105499863496711154494173799977940229033050646983792107070529102452199587840315845272602181673858644271966678327153142116021922822752784275414552936448 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal 3999999999999999831443609401385136528614207512386057135410071092916132616022289914504946148287614500592330451563947454856809828080168025678726105499863496711154494173799977940229033050646983792107070529102452199587840315845272602181673858644271966678327153142116021922822752784275414552936448 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x)) |
(if (<=.f64 (*.f64 x y) #s(literal 3999999999999999831443609401385136528614207512386057135410071092916132616022289914504946148287614500592330451563947454856809828080168025678726105499863496711154494173799977940229033050646983792107070529102452199587840315845272602181673858644271966678327153142116021922822752784275414552936448 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64))))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) (/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (/.f64 (/.f64 y a) (/.f64 #s(literal 2 binary64) x)))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) t) a) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (/.f64 (*.f64 z t) (/.f64 a #s(literal -9/2 binary64))) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 (/.f64 y (/.f64 a #s(literal 1/2 binary64))) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 x (/.f64 y (/.f64 a #s(literal 1/2 binary64)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (if (<=.f64 (*.f64 x y) #s(literal 199999999999999984973552323798576408508934173966967692287845194445058839995158605320632698752563530750306011682731106456567808 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))))) |
(if (<=.f64 (*.f64 x y) #s(literal -100000000000 binary64)) (*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) (if (<=.f64 (*.f64 x y) #s(literal 7339195571168229/73391955711682288371546268649666782105490079653384995959602842860381532034831513858240593699524021969747968 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (if (<=.f64 (*.f64 x y) #s(literal 199999999999999984973552323798576408508934173966967692287845194445058839995158605320632698752563530750306011682731106456567808 binary64)) (*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))))) |
(if (<=.f64 z #s(literal -699999999999999972468063263575332539517712823122403591619249319714999749293984773702361808896 binary64)) (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) (if (<=.f64 z #s(literal 2405975797261313/2187250724783011924372502227117621365353169430893212436425770606409952999199375923223513177023053824 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))))) |
(if (<=.f64 x #s(literal -120000000000000002426265495258713638629131558785722928936533222744960480599779717123043739303936 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (if (<=.f64 x #s(literal 1462602470010163/10086913586276986678343434265636765134100413253239154346994763111486904773503285916522052161250538404046496765518544896 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 a #s(literal 6867846810695183/3121748550315992231381597229793166305748598142664971150859156959625371738819765620120306103063491971159826931121406622895447975679288285306290176 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(if (<=.f64 a #s(literal 6867846810695183/3121748550315992231381597229793166305748598142664971150859156959625371738819765620120306103063491971159826931121406622895447975679288285306290176 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 4994× | /-lowering-/.f32 |
| 4994× | /-lowering-/.f64 |
| 4406× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 761 | 56 |
| 0 | 9023 | 56 |
| 0 | 23 | 73 |
| 1 | 111 | 73 |
| 2 | 652 | 73 |
| 3 | 3771 | 73 |
| 0 | 8176 | 73 |
| 0 | 21 | 70 |
| 1 | 79 | 70 |
| 2 | 393 | 70 |
| 3 | 2084 | 70 |
| 0 | 8390 | 70 |
| 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 | 29 | 114 |
| 1 | 145 | 114 |
| 2 | 1337 | 114 |
| 0 | 8495 | 114 |
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 1869 to 1139 computations (39.1% saved)
(sort x y)
(negabs a)
Compiled 1490 to 528 computations (64.6% saved)
Loading profile data...