
Time bar (total: 12.0s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 3 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 4 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 5 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 6 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 7 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 8 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 9 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 10 |
| 75% | 74.8% | 24.9% | 0.2% | 0% | 0% | 0% | 11 |
| 75% | 74.8% | 24.9% | 0.2% | 0% | 0% | 0% | 12 |
Compiled 19 to 14 computations (26.3% saved)
ival-mult: 41.0ms (70.7% of total)ival-sub: 7.0ms (12.1% of total)ival-div: 6.0ms (10.4% of total)const: 2.0ms (3.5% of total)backward-pass: 0.0ms (0% of total)| 763.0ms | 8256× | 0 | valid |
ival-mult: 258.0ms (61.4% of total)ival-sub: 74.0ms (17.6% of total)ival-div: 69.0ms (16.4% of total)const: 16.0ms (3.8% of total)backward-pass: 3.0ms (0.7% of total)| 2× | egg-herbie |
| 2170× | fnmadd-define |
| 1698× | fma-lowering-fma.f32 |
| 1698× | fma-lowering-fma.f64 |
| 1682× | fmsub-define |
| 1644× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 80 | 261 |
| 1 | 335 | 252 |
| 2 | 1133 | 252 |
| 3 | 4508 | 252 |
| 0 | 13 | 12 |
| 1 | 31 | 12 |
| 2 | 110 | 12 |
| 3 | 347 | 12 |
| 4 | 965 | 12 |
| 5 | 1846 | 12 |
| 6 | 3531 | 12 |
| 7 | 5840 | 12 |
| 0 | 8334 | 12 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| Inputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
| Outputs |
|---|
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* (neg x) y) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x (neg y)) (* (* z 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* (neg z) 9) t)) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) (neg t))) (* a 2)) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(/ (- (* x y) (* (* z 9) t)) (* (neg a) 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* (neg x) y) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x (neg y)) (* (* z 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) 2) |
(neg (/ (- (* x y) (* (* (neg z) 9) t)) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) (neg t))) (* a 2))) |
(/ (/ (fma x y (* z (* 9 t))) a) -2) |
(neg (/ (- (* x y) (* (* z 9) t)) (* (neg a) 2))) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* y x) (* (* z 9) t)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* z y) (* (* x 9) t)) (* a 2)) |
(/ (/ (fma x (* t -9) (* y z)) 2) a) |
(/ (- (* t y) (* (* z 9) x)) (* a 2)) |
(/ (fma x (* z -9) (* y t)) (* a 2)) |
(/ (- (* a y) (* (* z 9) t)) (* x 2)) |
(/ (fmsub y a (* z (* 9 t))) (* x 2)) |
(/ (- (* x z) (* (* y 9) t)) (* a 2)) |
(/ (fmsub x (/ z 2) (* y (* t 9/2))) a) |
(/ (- (* x t) (* (* z 9) y)) (* a 2)) |
(/ (fmsub x t (* y (* z 9))) (* a 2)) |
(/ (- (* x a) (* (* z 9) t)) (* y 2)) |
(/ (fmsub x a (* z (* 9 t))) (* y 2)) |
(/ (- (* x y) (* (* t 9) z)) (* a 2)) |
(/ (/ (fnmadd x y (* z (* 9 t))) a) -2) |
(/ (- (* x y) (* (* a 9) t)) (* z 2)) |
(/ (fma t (* a -9) (* x y)) (* z 2)) |
(/ (- (* x y) (* (* z 9) a)) (* t 2)) |
(/ (fmsub x y (* z (* 9 a))) (* t 2)) |
(negabs a)
(sort x y)
(sort z t)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 31 | 0 | - | 0 | - | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 1 | 0 | - | 0 | - | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 1 | 0 | - | 0 | - | (*.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 | - | t |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | (*.f64 a #s(literal 2 binary64)) |
| 62.0ms | 512× | 0 | valid |
Compiled 116 to 41 computations (64.7% saved)
ival-mult: 14.0ms (51.3% of total)ival-div: 9.0ms (33% of total)ival-sub: 3.0ms (11% of total)const: 1.0ms (3.7% of total)backward-pass: 0.0ms (0% of total)Compiled 18 to 13 computations (27.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 88.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 88.0% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
Compiled 36 to 26 computations (27.8% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 2170× | fnmadd-define |
| 1698× | fma-lowering-fma.f32 |
| 1698× | fma-lowering-fma.f64 |
| 1682× | fmsub-define |
| 1644× | sum3-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 82 |
| 1 | 44 | 82 |
| 2 | 130 | 82 |
| 3 | 351 | 82 |
| 4 | 965 | 82 |
| 5 | 1846 | 82 |
| 6 | 3520 | 82 |
| 7 | 5829 | 82 |
| 0 | 8323 | 82 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
x |
y |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
(* a 2) |
a |
2 |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(- (* x y) (* (* z 9) t)) |
(* x y) |
x |
y |
(* (* z 9) t) |
(* z 9) |
z |
9 |
t |
(* a 2) |
a |
2 |
| Outputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(+ (* x y) (* z (* t -9))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* z (* t -9)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
z |
(* t -9) |
(*.f64 t #s(literal -9 binary64)) |
t |
-9 |
#s(literal -9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(- (* x y) (* (* z 9) t)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* (* z 9) t) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(* z 9) |
(*.f64 z #s(literal 9 binary64)) |
z |
9 |
#s(literal 9 binary64) |
t |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 99.7% | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| ✓ | accuracy | 88.4% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 88.4% | (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
| 52.0ms | 256× | 0 | valid |
Compiled 92 to 19 computations (79.3% saved)
ival-mult: 12.0ms (65.4% of total)ival-div: 4.0ms (21.8% of total)ival-sub: 1.0ms (5.4% of total)ival-add: 1.0ms (5.4% of total)const: 1.0ms (5.4% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (+ (* x y) (* z (* t -9))) (* a 2))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* x y)> |
#<alt (* z (* t -9))> |
#<alt (/ (- (* x y) (* (* z 9) t)) (* a 2))> |
#<alt (- (* x y) (* (* z 9) t))> |
#<alt (* (* z 9) t)> |
#<alt (* a 2)> |
| Outputs |
|---|
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
75 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | a | @ | -inf | (* a 2) |
| 2.0ms | t | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | y | @ | inf | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | x | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1.0ms | a | @ | 0 | (/ (+ (* x y) (* z (* t -9))) (* a 2)) |
| 1× | batch-egg-rewrite |
| 3244× | *-lowering-*.f32 |
| 3244× | *-lowering-*.f64 |
| 2198× | /-lowering-/.f32 |
| 2198× | /-lowering-/.f64 |
| 1586× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 758 | 56 |
| 0 | 9164 | 56 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (* x y) (* z (* t -9))) (* a 2)) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
(* z (* t -9)) |
(/ (- (* x y) (* (* z 9) t)) (* a 2)) |
(- (* x y) (* (* z 9) t)) |
(* (* z 9) t) |
(* a 2) |
| Outputs |
|---|
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) #s(literal -2 binary64))) (/.f64 z a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t a)) (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t #s(literal 2 binary64))) (/.f64 (*.f64 z #s(literal 9 binary64)) a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) #s(literal -1 binary64))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) (/.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 a (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (neg.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) (-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 x y (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64)) (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (pow.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (-.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(*.f64 x y) |
(*.f64 y x) |
(+.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 t #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal -9 binary64)) #s(literal -2 binary64))) (/.f64 z a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 t #s(literal 9 binary64)) a)) (/.f64 z #s(literal 2 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t a)) (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) a)) (/.f64 t #s(literal 2 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 t #s(literal 2 binary64))) (/.f64 (*.f64 z #s(literal 9 binary64)) a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) (fma.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal 2 binary64)))) (*.f64 z #s(literal 9 binary64)) (*.f64 (/.f64 t (*.f64 a #s(literal 2 binary64))) (*.f64 z #s(literal 9 binary64))))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) #s(literal -1 binary64))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) |
(-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) (/.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(fma.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 y (/.f64 x (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x a) (/.f64 y #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y #s(literal 2 binary64)) (/.f64 x a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (neg.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 x y)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal -2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) #s(literal 2 binary64)) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) (*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) #s(literal 4 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) a) a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal -2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 #s(literal 2 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (*.f64 a (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 a (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (*.f64 a (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (neg.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64)))))) (neg.f64 (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) (neg.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) (-.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a)))) (*.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 #s(literal 4 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))) (/.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 a (*.f64 z t)) #s(literal 2/9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 (*.f64 (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (/.f64 y (*.f64 a #s(literal 2 binary64)))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (neg.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 x y (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 x y (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 y x (neg.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) t) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(fma.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64)) (*.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y)) |
(neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 531441 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64)) (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (neg.f64 (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (pow.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (-.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 #s(literal -729 binary64) (*.f64 t (*.f64 t t)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 t (neg.f64 (*.f64 z #s(literal -9 binary64)))) |
(*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 t #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 #s(literal 9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 z #s(literal 9 binary64)) t) |
(*.f64 (*.f64 z #s(literal 9 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z t) #s(literal 9 binary64)) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 (neg.f64 (*.f64 z #s(literal -9 binary64))) t) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (*.f64 z #s(literal 9 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (*.f64 t #s(literal 9 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) |
(neg.f64 (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 (*.f64 a #s(literal -2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 #s(literal 2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 2 binary64)) |
| 1× | egg-herbie |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 1636× | /-lowering-/.f32 |
| 1636× | /-lowering-/.f64 |
| 1340× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* -9 (* t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* -9 (* t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* -9 (* t z)) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* -9 (* t z)) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
| Outputs |
|---|
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a)))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) #s(literal 1 binary64))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(+.f64 (*.f64 x y) (*.f64 t (*.f64 z #s(literal -9 binary64)))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 9 (* t z)) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
Compiled 34321 to 1201 computations (96.5% saved)
16 alts after pruning (16 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1039 | 16 | 1055 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1041 | 16 | 1057 |
| Status | Accuracy | Program |
|---|---|---|
| 44.6% | (/.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) | |
| ▶ | 65.0% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
| 34.8% | (/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) | |
| ▶ | 88.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 45.7% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) | |
| 50.2% | (/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) | |
| 88.0% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) | |
| 87.9% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) | |
| 69.0% | (+.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))))) | |
| 71.2% | (+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) (fma.f64 (neg.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64))) t (*.f64 (*.f64 (/.f64 z a) #s(literal 9/2 binary64)) t))) | |
| ▶ | 69.4% | (+.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))) |
| 64.0% | (+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) | |
| 82.0% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) | |
| ▶ | 87.9% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| 49.5% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) | |
| ▶ | 50.2% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
Compiled 784 to 486 computations (38% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 64 | (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z)) |
| ✓ | cost-diff | 6464 | (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
| ✓ | cost-diff | 7232 | (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)) |
| ✓ | cost-diff | 13824 | (+.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))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64))) |
| ✓ | cost-diff | 256 | (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) |
| ✓ | cost-diff | 512 | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
| ✓ | 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 #s(literal 1/2 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 t z) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 t z) a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 z t) #s(literal 9 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 3612× | *-lowering-*.f32 |
| 3612× | *-lowering-*.f64 |
| 1920× | fmsub-define |
| 1780× | fmm-def |
| 1558× | fnmadd-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 256 |
| 1 | 146 | 243 |
| 2 | 542 | 236 |
| 3 | 2587 | 236 |
| 0 | 8554 | 236 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* x y) (* (* z t) 9)) (* a 2)) |
(- (* x y) (* (* z t) 9)) |
(* x y) |
x |
y |
(* (* z t) 9) |
(* z t) |
z |
t |
9 |
(* a 2) |
a |
2 |
(* -9/2 (/ (* t z) a)) |
-9/2 |
(/ (* t z) a) |
(* t z) |
t |
z |
a |
(* (/ 1/2 a) (+ (* x y) (* z (* t -9)))) |
(/ 1/2 a) |
1/2 |
a |
(+ (* x y) (* z (* t -9))) |
(* x y) |
x |
y |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
(/ (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) (* a a)) |
(- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) |
(* (/ (* x y) 2) a) |
(/ (* x y) 2) |
(* x y) |
x |
y |
2 |
a |
(* a (/ (* z (* t -9)) -2)) |
(/ (* z (* t -9)) -2) |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
-2 |
(* a a) |
(+ (+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) (+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z))) |
(+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) |
(/ y a) |
y |
a |
(/ x 2) |
x |
2 |
(neg (* (* (/ t a) 9/2) z)) |
(* (* (/ t a) 9/2) z) |
(* (/ t a) 9/2) |
(/ t a) |
t |
9/2 |
z |
(+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z)) |
(neg (* (/ t a) 9/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) |
(*.f64 z t) |
z |
t |
9 |
#s(literal 9 binary64) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
a |
2 |
#s(literal 2 binary64) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
-9/2 |
#s(literal -9/2 binary64) |
(/ (* t z) a) |
(/.f64 (*.f64 z t) a) |
(* t z) |
(*.f64 z t) |
t |
z |
a |
(* (/ 1/2 a) (+ (* x y) (* z (* t -9)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
1/2 |
#s(literal 1/2 binary64) |
a |
(+ (* x y) (* z (* t -9))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* z (* t -9)) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
z |
(* t -9) |
(*.f64 t #s(literal -9 binary64)) |
t |
-9 |
#s(literal -9 binary64) |
(/ (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) (* a a)) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) |
(*.f64 a (+.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) (*.f64 z (*.f64 t #s(literal -9/2 binary64))))) |
(* (/ (* x y) 2) a) |
(/.f64 (*.f64 x (*.f64 y a)) #s(literal 2 binary64)) |
(/ (* x y) 2) |
(/.f64 (*.f64 x y) #s(literal 2 binary64)) |
(* x y) |
(*.f64 x y) |
x |
y |
2 |
#s(literal 2 binary64) |
a |
(* a (/ (* z (* t -9)) -2)) |
(*.f64 z (*.f64 #s(literal 9/2 binary64) (*.f64 t a))) |
(/ (* z (* t -9)) -2) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 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) |
-2 |
#s(literal -2 binary64) |
(* a a) |
(*.f64 a a) |
(+ (+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) (+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/ y a) |
(/.f64 y a) |
y |
a |
(/ x 2) |
(/.f64 x #s(literal 2 binary64)) |
x |
2 |
#s(literal 2 binary64) |
(neg (* (* (/ t a) 9/2) z)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9/2 binary64))) a) |
(* (* (/ t a) 9/2) z) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64)) |
(* (/ t a) 9/2) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) a) |
(/ t a) |
(/.f64 t a) |
t |
9/2 |
#s(literal 9/2 binary64) |
z |
(+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z)) |
#s(literal 0 binary64) |
(neg (* (/ t a) 9/2)) |
(/.f64 (*.f64 t #s(literal -9/2 binary64)) a) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z)) |
| ✓ | accuracy | 99.9% | (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) |
| ✓ | accuracy | 99.9% | (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)) |
| ✓ | accuracy | 98.3% | (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) |
| ✓ | accuracy | 100.0% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 99.3% | (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) |
| ✓ | accuracy | 97.0% | (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 93.9% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 t #s(literal -9 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 97.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 t z) a) |
| ✓ | accuracy | 100.0% | (*.f64 t z) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| ✓ | accuracy | 100.0% | (*.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 z t) #s(literal 9 binary64)) |
| ✓ | accuracy | 97.8% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 612.0ms | 216× | 5 | exit |
| 33.0ms | 40× | 0 | valid |
Compiled 302 to 44 computations (85.4% saved)
ival-mult: 128.0ms (45.5% of total)backward-pass: 73.0ms (26% of total)ival-div: 28.0ms (10% of total)ival-add: 24.0ms (8.5% of total)compiled-spec: 18.0ms (6.4% of total)ival-sub: 5.0ms (1.8% of total)ival-neg: 5.0ms (1.8% of total)const: 2.0ms (0.7% of total)| Inputs |
|---|
#<alt (/ (- (* x y) (* (* z t) 9)) (* a 2))> |
#<alt (- (* x y) (* (* z t) 9))> |
#<alt (* x y)> |
#<alt (* (* z t) 9)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (* t z)> |
#<alt (* (/ 1/2 a) (+ (* x y) (* z (* t -9))))> |
#<alt (/ 1/2 a)> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (/ (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) (* a a))> |
#<alt (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2)))> |
#<alt (* a (/ (* z (* t -9)) -2))> |
#<alt (/ (* z (* t -9)) -2)> |
#<alt (+ (+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) (+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z)))> |
#<alt (+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z))> |
#<alt (+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z)))> |
#<alt (neg (* (* (/ t a) 9/2) z))> |
#<alt (* a 2)> |
#<alt (* z (* t -9))> |
#<alt (* t -9)> |
#<alt (* (/ (* x y) 2) a)> |
#<alt (* (/ t a) 9/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 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* 1/2 (/ (- (* x y) (* 9 (* t z))) a))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (- (* x y) (* 9 (* t z)))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* z (- (/ (* x y) z) (* 9 t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* t (- (/ (* x y) t) (* 9 z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* 9 (* t z))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (/ (* t z) a)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* t z)> |
#<alt (* 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 (* -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)) (* 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 (* 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 (* -9/2 (* a (* t z)))> |
#<alt (- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z))))> |
#<alt (- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z))))> |
#<alt (- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y))))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y))))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x)))))> |
#<alt (* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x)))))> |
#<alt (* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x)))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z))))> |
#<alt (- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z))))> |
#<alt (- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))))> |
#<alt (* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))))> |
#<alt (* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y)))))> |
#<alt (* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y)))))> |
#<alt (* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y)))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* a (- (* 1/2 (* x y)) (* 9/2 (* t z))))> |
#<alt (* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z)))))> |
#<alt (* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z)))))> |
#<alt (* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z)))))> |
#<alt (* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z)))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))> |
#<alt (* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))> |
#<alt (* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t)))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))> |
#<alt (* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))> |
#<alt (* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z)))))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* t z)))> |
#<alt (* 9/2 (* a (* 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 (* 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 (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a)> |
#<alt (* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a))> |
#<alt (* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a))> |
#<alt (* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a))> |
#<alt (* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -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 (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))> |
#<alt (* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))))> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)> |
#<alt (* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a))> |
#<alt (* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a))> |
#<alt (* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a))> |
#<alt (* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))> |
#<alt (* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a)> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -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 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* 2 a)> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* -9 t)> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<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))> |
213 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | t | @ | -inf | (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) |
| 4.0ms | t | @ | 0 | (/ (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) (* a a)) |
| 2.0ms | a | @ | inf | (* -9/2 (/ (* t z) a)) |
| 2.0ms | x | @ | inf | (+ (+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) (+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z))) |
| 1.0ms | a | @ | 0 | (/ (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) (* a a)) |
| 1× | batch-egg-rewrite |
| 3208× | *-lowering-*.f32 |
| 3208× | *-lowering-*.f64 |
| 1824× | fma-lowering-fma.f32 |
| 1824× | fma-lowering-fma.f64 |
| 1720× | fmsub-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 185 |
| 1 | 298 | 169 |
| 2 | 2891 | 167 |
| 0 | 8619 | 167 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* x y) (* (* z t) 9)) (* a 2)) |
(- (* x y) (* (* z t) 9)) |
(* x y) |
(* (* z t) 9) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(* t z) |
(* (/ 1/2 a) (+ (* x y) (* z (* t -9)))) |
(/ 1/2 a) |
(+ (* x y) (* z (* t -9))) |
(/ (- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) (* a a)) |
(- (* (/ (* x y) 2) a) (* a (/ (* z (* t -9)) -2))) |
(* a (/ (* z (* t -9)) -2)) |
(/ (* z (* t -9)) -2) |
(+ (+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) (+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z))) |
(+ (* (neg (* (/ t a) 9/2)) z) (* (* (/ t a) 9/2) z)) |
(+ (* (/ y a) (/ x 2)) (neg (* (* (/ t a) 9/2) z))) |
(neg (* (* (/ t a) 9/2) z)) |
(* a 2) |
(* z (* t -9)) |
(* t -9) |
(* (/ (* x y) 2) a) |
(* (/ t a) 9/2) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 t a)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(+.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.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 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(-.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) (/.f64 #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 x y)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 a) (/.f64 x #s(literal 2 binary64)) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(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 (*.f64 x y) a) #s(literal 1/2 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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) x) y (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 (/.f64 #s(literal 1/2 binary64) a) y) x (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 y a) (*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (neg.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -2 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.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 x y) (/.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 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 (neg.f64 (*.f64 t #s(literal 9 binary64))) z) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 x y (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(*.f64 x y) |
(*.f64 y x) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 z (*.f64 t #s(literal 9 binary64))) |
(*.f64 z (neg.f64 (*.f64 t #s(literal -9 binary64)))) |
(*.f64 t (*.f64 z #s(literal 9 binary64))) |
(*.f64 #s(literal 9 binary64) (*.f64 z 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) (*.f64 z t)) #s(literal -9 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal -9 binary64))) |
(*.f64 (*.f64 t #s(literal 9 binary64)) z) |
(*.f64 (neg.f64 (*.f64 t #s(literal -9 binary64))) z) |
(*.f64 (*.f64 #s(literal 9 binary64) z) t) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #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/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 t a) (neg.f64 (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (/.f64 t a) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 z (-.f64 #s(literal 0 binary64) (/.f64 t a))) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) a)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 z t)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 t a)) |
(*.f64 t (/.f64 z a)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 z a) t) |
(*.f64 z t) |
(*.f64 t z) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 t a)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(+.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.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 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(-.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) (/.f64 #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 x y)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 a) (/.f64 x #s(literal 2 binary64)) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(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 (*.f64 x y) a) #s(literal 1/2 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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) x) y (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 (/.f64 #s(literal 1/2 binary64) a) y) x (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 y a) (*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (neg.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -2 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.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 x y) (/.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 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 x y) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 (neg.f64 (*.f64 t #s(literal 9 binary64))) z) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(+.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(-.f64 (*.f64 x y) (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 x (*.f64 y (*.f64 x y))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) (/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 x y (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (neg.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (neg.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (-.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)) (*.f64 x (*.f64 y (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a)) |
(fma.f64 a (/.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 a a)) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 a (*.f64 a a)) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 a a)) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) |
(fma.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 a a) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) |
(fma.f64 (/.f64 a a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) |
(neg.f64 (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 a a))) |
(/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 (*.f64 a a) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) a) a) |
(/.f64 (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 (*.f64 a a) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) #s(literal 1 binary64)) (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) a)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a) (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a)) (*.f64 (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a))) (*.f64 (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a) (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) (+.f64 (/.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a a)) (/.f64 (/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) a) a))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) #s(literal 1 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(pow.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) a)) #s(literal -1 binary64)) |
(*.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(+.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(+.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(+.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(+.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y)))) |
(-.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) |
(-.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) (/.f64 (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(fma.f64 x (*.f64 (/.f64 y #s(literal 2 binary64)) a) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(fma.f64 x (*.f64 (/.f64 y #s(literal 2 binary64)) a) (neg.f64 (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(fma.f64 (*.f64 x y) (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(fma.f64 (*.f64 x y) (*.f64 #s(literal 1/2 binary64) a) (neg.f64 (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(fma.f64 (*.f64 x y) (/.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(fma.f64 (*.f64 x y) (/.f64 a #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(fma.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(fma.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x)) (neg.f64 (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a (neg.f64 (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(fma.f64 (*.f64 x (*.f64 y a)) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(fma.f64 (*.f64 x (*.f64 y a)) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(fma.f64 (*.f64 a x) (/.f64 y #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(fma.f64 (*.f64 a x) (/.f64 y #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -4 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (neg.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) #s(literal 3 binary64)) (pow.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (-.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (-.f64 (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) #s(literal -1 binary64)) |
(*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) |
(*.f64 (-.f64 (*.f64 (/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) (*.f64 a (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) (*.f64 x (*.f64 y a))) #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))))) |
(*.f64 (*.f64 (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) (*.f64 a (-.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))))) |
(/.f64 a (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -2 binary64)) |
(/.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64)))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 2 binary64)) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) a) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal -2 binary64) (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 z (*.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 a (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) |
(*.f64 (*.f64 a (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 a z) (*.f64 t #s(literal 9/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64))))) |
(/.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(pow.f64 (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal -2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 z t) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 t #s(literal -9 binary64)) (*.f64 z #s(literal -1/2 binary64))) |
(*.f64 (*.f64 t #s(literal -9 binary64)) (/.f64 z #s(literal -2 binary64))) |
(*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 t #s(literal 9/2 binary64)))) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) z) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 t a)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(+.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.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 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(-.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) (/.f64 #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 x y)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 a) (/.f64 x #s(literal 2 binary64)) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(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 (*.f64 x y) a) #s(literal 1/2 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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) x) y (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 (/.f64 #s(literal 1/2 binary64) a) y) x (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 y a) (*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (neg.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -2 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.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 x y) (/.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 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(-.f64 (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) #s(literal 0 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 z (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 z (/.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z #s(literal 9/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal 9 binary64) (/.f64 (*.f64 z t) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 z t) (/.f64 #s(literal 9 binary64) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 z t) a) #s(literal 9/2 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 t a) (*.f64 z #s(literal 9/2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 #s(literal 9/2 binary64) (*.f64 (/.f64 t a) z) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) z (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 z a) (/.f64 (*.f64 t #s(literal 9 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 z #s(literal 2 binary64)) (/.f64 (*.f64 t #s(literal 9 binary64)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 #s(literal 9 binary64) a) (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 z t) #s(literal 2 binary64)) (/.f64 #s(literal 9 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) |
(/.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) |
(/.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (neg.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) #s(literal -1 binary64)) |
(*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (+.f64 z (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (+.f64 (-.f64 #s(literal 0 binary64) z) z)) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(*.f64 #s(literal 0 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) z) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (*.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 t a)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(+.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(+.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.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 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(-.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 y (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 #s(literal 1/2 binary64) a)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 x #s(literal 2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y (/.f64 x (/.f64 a #s(literal 1/2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 y (/.f64 (/.f64 x #s(literal 2 binary64)) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 x y)) (/.f64 #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 x y)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 a) (/.f64 x #s(literal 2 binary64)) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 y a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))) |
(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 (*.f64 x y) a) #s(literal 1/2 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 y #s(literal 2 binary64)) (/.f64 x a) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 x a) (/.f64 y #s(literal 2 binary64)) (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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) x) y (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(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 (/.f64 #s(literal 1/2 binary64) a) y) x (neg.f64 (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 y a) (*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (+.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) a) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 2 binary64)) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) 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 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (*.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.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 z (*.f64 t #s(literal 9 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) (/.f64 a #s(literal 1/2 binary64))) (*.f64 a (*.f64 z (*.f64 t #s(literal 9 binary64))))) (*.f64 a (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 a (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 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 z (*.f64 t #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (neg.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -2 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (pow.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.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 x y) (/.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 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (+.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z)))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (-.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 (-.f64 #s(literal 0 binary64) z) z))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 2 binary64)) a) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.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 (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 z (*.f64 t #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.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 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 x y) a)) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (*.f64 z (*.f64 (*.f64 (/.f64 t a) #s(literal 0 binary64)) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (-.f64 (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) |
(*.f64 (*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x y) (*.f64 x (*.f64 y (*.f64 x y)))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal 9 binary64))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 y (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal 81 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal 9 binary64)))))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(neg.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #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/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) (*.f64 z (*.f64 (/.f64 t a) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (*.f64 z (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)))) (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 t #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) z)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z t) a) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 t a) (neg.f64 (*.f64 z #s(literal 9/2 binary64)))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (/.f64 t a) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 (*.f64 t #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal 9/2 binary64))) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (*.f64 z #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 z #s(literal -1 binary64)) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) |
(*.f64 (*.f64 z (-.f64 #s(literal 0 binary64) (/.f64 t a))) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(/.f64 a #s(literal 1/2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(neg.f64 (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 z (neg.f64 (*.f64 t #s(literal 9 binary64)))) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 z (*.f64 t #s(literal 9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 t #s(literal 9 binary64))) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
(*.f64 t #s(literal -9 binary64)) |
(*.f64 #s(literal -9 binary64) t) |
(/.f64 a (/.f64 #s(literal 2 binary64) (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 y a)))) |
(/.f64 (*.f64 x (*.f64 y a)) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 x (*.f64 y a))) #s(literal -2 binary64)) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 x y))) #s(literal -2 binary64)) |
(/.f64 (*.f64 a #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (*.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (*.f64 x y))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 y a))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 y #s(literal 2 binary64)) a)) |
(*.f64 (*.f64 x y) (*.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 x y) (/.f64 a #s(literal 2 binary64))) |
(*.f64 a (/.f64 y (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (/.f64 y (/.f64 #s(literal 2 binary64) x)) a) |
(*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 a x) (/.f64 y #s(literal 2 binary64))) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a t)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 t #s(literal 9/2 binary64)))) |
(/.f64 (*.f64 t #s(literal 9/2 binary64)) a) |
(/.f64 (neg.f64 (*.f64 t #s(literal 9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 t #s(literal 9/2 binary64))) #s(literal -1 binary64)) |
(*.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9/2 binary64))) |
(*.f64 t (/.f64 #s(literal 9/2 binary64) a)) |
(*.f64 (/.f64 t a) #s(literal 9/2 binary64)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(*.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
| 1× | egg-herbie |
| 5390× | *-lowering-*.f32 |
| 5390× | *-lowering-*.f64 |
| 1826× | /-lowering-/.f32 |
| 1826× | /-lowering-/.f64 |
| 1674× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 209 | 7554 |
| 1 | 733 | 7338 |
| 2 | 2511 | 7242 |
| 3 | 6508 | 7242 |
| 0 | 8201 | 7242 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(- (* x y) (* 9 (* t z))) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(* -9 (* t z)) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(* -9 (* t z)) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* 9 (* t z)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(/ (* t z) a) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* 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)))) |
(* -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)) (* 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)) |
(* 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))))) |
(* -9/2 (* a (* t z))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(* 1/2 (* a (* x y))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(* 1/2 (* a (* x y))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(* -9/2 (* a (* t z))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(* 1/2 (* a (* x y))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(* 1/2 (* a (* x y))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(* 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/2 (* x y)) (* 9/2 (* t z)))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(* 1/2 (* a (* x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(* -9/2 (* a (* t z))) |
(* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))) |
(* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))) |
(* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))) |
(* -9/2 (* a (* t z))) |
(* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t))))) |
(* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t))))) |
(* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t))))) |
(* 1/2 (* a (* x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(* -9/2 (* a (* t z))) |
(* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))) |
(* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))) |
(* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))) |
(* -9/2 (* a (* t z))) |
(* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z))))) |
(* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z))))) |
(* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z))))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* t z))) |
(* 9/2 (* a (* 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 (* 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)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -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)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(* -9/2 (/ (* t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/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 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* -9 t) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 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)) |
| 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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (- (* x y) (* 9 (* t z))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(- (* x y) (* 9 (* t z))) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* z (- (/ (* x y) z) (* 9 t))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* z (- (/ (* x y) z) (* 9 t))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -1 (* z (- (* -1 (/ (* x y) z)) (* -9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* t (- (/ (* x y) t) (* 9 z))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* t (- (/ (* x y) t) (* 9 z))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (- (* -1 (/ (* x y) t)) (* -9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* 9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal 9 binary64)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(/ (* t z) a) |
(/.f64 (*.f64 t z) a) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* t z) |
(*.f64 t z) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) 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 (*.f64 t z) #s(literal -9 binary64)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) x))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 (*.f64 t z) #s(literal -9 binary64)) y))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 z (+.f64 (/.f64 (*.f64 x y) z) (*.f64 t #s(literal -9 binary64)))) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 x y) (*.f64 (*.f64 t z) #s(literal -9 binary64))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 x y) t) (*.f64 z #s(literal -9 binary64)))) |
(* -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 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(*.f64 x (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(*.f64 x (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(*.f64 x (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(*.f64 x (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(*.f64 x (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(*.f64 x (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) x) (*.f64 #s(literal 1/2 binary64) y)))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(- (* 1/2 (* a (* x y))) (* 9/2 (* a (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* a (- (* 1/2 (* x y)) (* 9/2 (* t z)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* -1 (* a (- (* -1/2 (* x y)) (* -9/2 (* t z))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) |
(* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))) |
(*.f64 z (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) z) (*.f64 #s(literal -9/2 binary64) t)))) |
(* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))) |
(*.f64 z (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) z) (*.f64 #s(literal -9/2 binary64) t)))) |
(* z (- (* 1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))) |
(*.f64 z (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) z) (*.f64 #s(literal -9/2 binary64) t)))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) |
(* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 a (+.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) z))))) |
(* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 a (+.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) z))))) |
(* -1 (* z (- (* -1/2 (/ (* a (* x y)) z)) (* -9/2 (* a t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 a (+.f64 (*.f64 t #s(literal 9/2 binary64)) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) z))))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z)))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) |
(* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))) |
(*.f64 t (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) t) (*.f64 #s(literal -9/2 binary64) z)))) |
(* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))) |
(*.f64 t (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) t) (*.f64 #s(literal -9/2 binary64) z)))) |
(* t (- (* 1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))) |
(*.f64 t (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) t) (*.f64 #s(literal -9/2 binary64) z)))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) |
(* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z))))) |
(*.f64 (*.f64 a (+.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) t))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z))))) |
(*.f64 (*.f64 a (+.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) t))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (- (* -1/2 (/ (* a (* x y)) t)) (* -9/2 (* a z))))) |
(*.f64 (*.f64 a (+.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 (*.f64 x (*.f64 y #s(literal -1/2 binary64))) t))) (-.f64 #s(literal 0 binary64) t)) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* a (* t z))) |
(*.f64 (*.f64 t z) (*.f64 a #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* 9/2 (* t z)) |
(*.f64 z (*.f64 t #s(literal 9/2 binary64))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (+ (* -1/2 (* x y)) (* 9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a)))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
#s(literal 0 binary64) |
(* -1 (* t (+ (* -9/2 (/ z a)) (* 9/2 (/ z a))))) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a) |
#s(literal 0 binary64) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
#s(literal 0 binary64) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
#s(literal 0 binary64) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
#s(literal 0 binary64) |
(* -1 (/ (+ (* -9/2 (* t z)) (* 9/2 (* t z))) a)) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a)))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
#s(literal 0 binary64) |
(* -1 (* z (+ (* -9/2 (/ t a)) (* 9/2 (/ t a))))) |
#s(literal 0 binary64) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a))) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(/ (- (* 1/2 (* x y)) (* 9/2 (* t z))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -1 (/ (- (* -1/2 (* x y)) (* -9/2 (* t z))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(- (* 1/2 (/ (* x y) a)) (* 9/2 (/ (* t z) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) x) (/.f64 (*.f64 #s(literal 1/2 binary64) y) a))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* t (- (* 1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* -1 (* t (- (* -1/2 (/ (* x y) (* a t))) (* -9/2 (/ z a))))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 #s(literal -9/2 binary64) (*.f64 t z))) a) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* z (- (* 1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -1 (* z (- (* -1/2 (/ (* x y) (* a z))) (* -9/2 (/ t a))))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 (* t z)) |
(*.f64 (*.f64 t z) #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* -9 t) |
(*.f64 t #s(literal -9 binary64)) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
(* 9/2 (/ t a)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 t a)) |
Compiled 60148 to 1903 computations (96.8% saved)
18 alts after pruning (16 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2084 | 11 | 2095 |
| Fresh | 6 | 5 | 11 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 2093 | 18 | 2111 |
| Status | Accuracy | Program |
|---|---|---|
| 34.8% | (/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) | |
| ✓ | 88.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| ▶ | 61.5% | (/.f64 (*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
| 45.7% | (/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) | |
| ▶ | 37.3% | (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
| 50.2% | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) | |
| ▶ | 88.0% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 69.1% | (+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) | |
| 82.0% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) | |
| ▶ | 53.6% | (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
| 45.6% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) | |
| 52.9% | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) | |
| 50.2% | (*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) | |
| 81.5% | (*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) | |
| 83.5% | (*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) | |
| 54.2% | (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) | |
| ▶ | 49.5% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | 50.2% | (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
Compiled 612 to 420 computations (31.4% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)) |
| ✓ | cost-diff | 0 | (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | cost-diff | 128 | (*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
| ✓ | cost-diff | 0 | (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) z) |
| ✓ | cost-diff | 0 | (/.f64 t a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
| ✓ | cost-diff | 0 | (/.f64 x a) |
| ✓ | cost-diff | 0 | (*.f64 y (/.f64 x a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | cost-diff | 0 | (*.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 5416× | *-lowering-*.f32 |
| 5416× | *-lowering-*.f64 |
| 1928× | fma-define |
| 1866× | /-lowering-/.f32 |
| 1866× | /-lowering-/.f64 |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 189 |
| 1 | 91 | 189 |
| 2 | 264 | 189 |
| 3 | 795 | 189 |
| 4 | 2458 | 189 |
| 5 | 5568 | 187 |
| 6 | 7322 | 187 |
| 7 | 7405 | 187 |
| 8 | 7474 | 187 |
| 9 | 7540 | 187 |
| 10 | 7629 | 187 |
| 11 | 7693 | 187 |
| 12 | 7788 | 187 |
| 13 | 7941 | 187 |
| 0 | 8011 | 187 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* z (* t -9))))) |
1/2 |
(/ a (+ (* x y) (* z (* t -9)))) |
a |
(+ (* x y) (* z (* t -9))) |
(* x y) |
x |
y |
(* z (* t -9)) |
z |
(* t -9) |
t |
-9 |
(* 1/2 (* y (/ x a))) |
1/2 |
(* y (/ x a)) |
y |
(/ x a) |
x |
a |
(* (/ t a) (* -9/2 z)) |
(/ t a) |
t |
a |
(* -9/2 z) |
-9/2 |
z |
(/ (* a (* 1/2 (* x y))) (* a a)) |
(* a (* 1/2 (* x y))) |
a |
(* 1/2 (* x y)) |
1/2 |
(* x y) |
x |
y |
(* a a) |
(/ (* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) (* a a)) |
(* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
y |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
a |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
-9/2 |
(/ (* t z) y) |
(* t z) |
t |
z |
(* 1/2 x) |
1/2 |
x |
(* a a) |
| Outputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* z (* t -9))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
1/2 |
#s(literal 1/2 binary64) |
(/ a (+ (* x y) (* z (* t -9)))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t)))) |
a |
(+ (* x y) (* z (* t -9))) |
(+.f64 (*.f64 x y) (*.f64 #s(literal -9 binary64) (*.f64 z t))) |
(* x y) |
(*.f64 x y) |
x |
y |
(* z (* t -9)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
z |
(* t -9) |
(*.f64 t #s(literal -9 binary64)) |
t |
-9 |
#s(literal -9 binary64) |
(* 1/2 (* y (/ x a))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
1/2 |
#s(literal 1/2 binary64) |
(* y (/ x a)) |
(/.f64 (*.f64 x y) a) |
y |
(/ x a) |
(/.f64 x a) |
x |
a |
(* (/ t a) (* -9/2 z)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ t a) |
(/.f64 t a) |
t |
a |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
-9/2 |
#s(literal -9/2 binary64) |
z |
(/ (* a (* 1/2 (* x y))) (* a a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* a (* 1/2 (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
a |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
1/2 |
#s(literal 1/2 binary64) |
(* x y) |
(*.f64 x y) |
x |
y |
(* a a) |
(*.f64 a a) |
(/ (* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) (* a a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) a) |
(* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
y |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
a |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
-9/2 |
#s(literal -9/2 binary64) |
(/ (* t z) y) |
(/.f64 (*.f64 z t) y) |
(* t z) |
(*.f64 z t) |
t |
z |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
1/2 |
#s(literal 1/2 binary64) |
x |
(* a a) |
(*.f64 a a) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 97.0% | (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x))) |
| ✓ | accuracy | 91.0% | (*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) |
| ✓ | accuracy | 90.9% | (/.f64 (*.f64 t z) y) |
| ✓ | accuracy | 65.9% | (/.f64 (*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
| ✓ | accuracy | 100.0% | (*.f64 a a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
| ✓ | accuracy | 91.8% | (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
| ✓ | accuracy | 66.0% | (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
| ✓ | accuracy | 100.0% | (/.f64 t a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -9/2 binary64) z) |
| ✓ | accuracy | 90.9% | (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
| ✓ | accuracy | 100.0% | (/.f64 x a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | accuracy | 91.1% | (*.f64 y (/.f64 x a)) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| ✓ | accuracy | 99.7% | (*.f64 z (*.f64 t #s(literal -9 binary64))) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
| ✓ | accuracy | 88.0% | (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| 114.0ms | 256× | 0 | valid |
Compiled 212 to 33 computations (84.4% saved)
ival-mult: 28.0ms (54.1% of total)ival-div: 21.0ms (40.6% of total)ival-add: 3.0ms (5.8% of total)const: 1.0ms (1.9% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 1/2 (/ a (+ (* x y) (* z (* t -9)))))> |
#<alt (/ a (+ (* x y) (* z (* t -9))))> |
#<alt (+ (* x y) (* z (* t -9)))> |
#<alt (* x y)> |
#<alt (* 1/2 (* y (/ x a)))> |
#<alt (* y (/ x a))> |
#<alt (/ x a)> |
#<alt (* (/ t a) (* -9/2 z))> |
#<alt (/ t a)> |
#<alt (* -9/2 z)> |
#<alt (/ (* a (* 1/2 (* x y))) (* a a))> |
#<alt (* a (* 1/2 (* x y)))> |
#<alt (* 1/2 (* x y))> |
#<alt (/ (* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) (* a a))> |
#<alt (* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* z (* t -9))> |
#<alt (* a a)> |
#<alt (/ (* t z) y)> |
| Outputs |
|---|
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (/ a (+ (* -9 (* t z)) (* x y)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2)))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* x (- (* -1/729 (/ (* a (* x (pow y 2))) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2)))))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2)))))))> |
#<alt (/ a (* x y))> |
#<alt (/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x)> |
#<alt (/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (/ a y)) (* -9 (/ (* a (* t z)) (* x (pow y 2))))) x)> |
#<alt (/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 3) (pow y 4)))) (/ a y)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (* -9 (/ (* a (* t z)) (* x (pow y 2)))))) x)> |
#<alt (/ a (* x y))> |
#<alt (* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x))> |
#<alt (* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x))> |
#<alt (* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* x (pow y 4)))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow y 3)))) x)) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2)))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* y (- (* -1/729 (/ (* a (* (pow x 2) y)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2)))))))> |
#<alt (+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2)))))))> |
#<alt (/ a (* x y))> |
#<alt (/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y)> |
#<alt (/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y)> |
#<alt (/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y)> |
#<alt (/ a (* x y))> |
#<alt (* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y))> |
#<alt (* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) y))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow x 3)))) y)) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y))> |
#<alt (/ a (* x y))> |
#<alt (+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y)))> |
#<alt (+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z)> |
#<alt (/ (- (+ (* -1/9 (/ a t)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2))))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z)> |
#<alt (/ (- (+ (* -1/9 (/ a t)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) (pow z 3))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2)))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))))) z)> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))) (* 1/9 (/ a t))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) z))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow t 3)))) z)) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z))> |
#<alt (/ a (* x y))> |
#<alt (+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y)))> |
#<alt (+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (+ (* t (- (* t (- (* 729 (/ (* a (* t (pow z 3))) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow z 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t)> |
#<alt (/ (- (+ (* -1/9 (/ a z)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3))))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2))))) t)> |
#<alt (/ (- (+ (* -1/9 (/ a z)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 3) (pow z 4))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3)))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))))) t)> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))) (* 1/9 (/ a z))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x (+ y (* -9 (/ (* t z) x))))> |
#<alt (* x y)> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x)))))> |
#<alt (* -9 (* t z))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* x y)> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* y (+ x (* -9 (/ (* t z) y))))> |
#<alt (* x y)> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y)))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* z (+ (* -9 t) (/ (* x y) z)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t))))> |
#<alt (* x y)> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (+ (* -9 (* t z)) (* x y))> |
#<alt (* -9 (* t z))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* t (+ (* -9 z) (/ (* x y) t)))> |
#<alt (* -9 (* t z))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z))))> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* x y)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ (* x y) a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (/ x a)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (/ t a)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* -9/2 z)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* 1/2 (* x y))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a)))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a)))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))))> |
#<alt (* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))))> |
#<alt (* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y)))))> |
#<alt (* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y)))))> |
#<alt (* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y)))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t))))> |
#<alt (* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t))))> |
#<alt (* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z)))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z))))> |
#<alt (* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z))))> |
#<alt (* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t)))))> |
#<alt (* -9/2 (* a (* t z)))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y))))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y))))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y))))> |
#<alt (* 1/2 (* a (* x y)))> |
#<alt (* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x)))))> |
#<alt (* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x)))))> |
#<alt (* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x)))))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))> |
#<alt (* 1/2 (* a x))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (* -9/2 (/ (* a (* t z)) y))> |
#<alt (* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t))))> |
#<alt (* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t))))> |
#<alt (* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t))))> |
#<alt (* -9/2 (/ (* a (* t z)) y))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y)))))> |
#<alt (* 1/2 (* a x))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (* -9/2 (/ (* a (* t z)) y))> |
#<alt (* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z))))> |
#<alt (* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z))))> |
#<alt (* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z))))> |
#<alt (* -9/2 (/ (* a (* t z)) y))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y)))))> |
#<alt (* -9/2 (/ (* a (* t z)) y))> |
#<alt (/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y)> |
#<alt (/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y)> |
#<alt (/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y)> |
#<alt (* 1/2 (* a x))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (* 1/2 (* a x))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (* -9/2 (/ (* a (* t z)) y))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))> |
#<alt (* 1/2 (* a x))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a)))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a)))> |
#<alt (* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a)))> |
#<alt (* 1/2 (* a x))> |
#<alt (* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y))))))> |
#<alt (* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y))))))> |
#<alt (* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y))))))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* 1/2 x)> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (* -9 (* t z))> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
#<alt (/ (* t z) y)> |
189 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | x | @ | -inf | (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
| 3.0ms | y | @ | 0 | (/ a (+ (* x y) (* z (* t -9)))) |
| 3.0ms | z | @ | inf | (/ (* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) (* a a)) |
| 1.0ms | t | @ | -inf | (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
| 1.0ms | a | @ | 0 | (/ (* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) (* a a)) |
| 1× | batch-egg-rewrite |
| 4274× | *-lowering-*.f32 |
| 4274× | *-lowering-*.f64 |
| 3626× | /-lowering-/.f32 |
| 3626× | /-lowering-/.f64 |
| 1492× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 147 |
| 1 | 164 | 145 |
| 2 | 1211 | 143 |
| 0 | 8313 | 143 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 1/2 (/ a (+ (* x y) (* z (* t -9))))) |
(/ a (+ (* x y) (* z (* t -9)))) |
(+ (* x y) (* z (* t -9))) |
(* x y) |
(* 1/2 (* y (/ x a))) |
(* y (/ x a)) |
(/ x a) |
(* (/ t a) (* -9/2 z)) |
(/ t a) |
(* -9/2 z) |
(/ (* a (* 1/2 (* x y))) (* a a)) |
(* a (* 1/2 (* x y))) |
(* 1/2 (* x y)) |
(/ (* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) (* a a)) |
(* y (* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* z (* t -9)) |
(* a a) |
(/ (* t z) y) |
| Outputs |
|---|
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(+.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 y (*.f64 (/.f64 x a) #s(literal 1/2 binary64)) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(fma.f64 (/.f64 x a) (*.f64 #s(literal 1/2 binary64) y) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 x a) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 a (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (/.f64 a #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (/.f64 a #s(literal 1/2 binary64)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal 1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) #s(literal -1/2 binary64)) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) #s(literal -1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y)))) #s(literal -1/2 binary64)) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (*.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 a (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (neg.f64 (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (neg.f64 (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) (-.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)))) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) (-.f64 (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (/.f64 a #s(literal 1/2 binary64))) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))))) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x y))) (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (*.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (-.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) (*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 a (-.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(pow.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 a (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) a) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(+.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) |
(+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x y))) |
(-.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(fma.f64 x y (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 y x (*.f64 z (*.f64 t #s(literal -9 binary64)))) |
(fma.f64 z (*.f64 t #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 z #s(literal -9 binary64)) (*.f64 x y)) |
(fma.f64 t (*.f64 #s(literal -9 binary64) z) (*.f64 x y)) |
(fma.f64 #s(literal -9 binary64) (*.f64 z t) (*.f64 x y)) |
(fma.f64 (*.f64 t #s(literal -9 binary64)) z (*.f64 x y)) |
(fma.f64 (*.f64 z t) #s(literal -9 binary64) (*.f64 x y)) |
(fma.f64 (*.f64 z #s(literal -9 binary64)) t (*.f64 x y)) |
(neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x y))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x y)) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)) (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y)))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (*.f64 (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z 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 y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x 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 y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x 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 y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x 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 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x y) z) (*.f64 (*.f64 x y) z)) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal 6561 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y))))) (neg.f64 (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (/.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 x (*.f64 y (*.f64 z (*.f64 t #s(literal -9 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 x y) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 (*.f64 z t) (*.f64 (*.f64 z t) (*.f64 z t))) #s(literal -729 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 #s(literal 81 binary64) (*.f64 t t))) (*.f64 y (*.f64 x (*.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) (*.f64 x y)))) |
(*.f64 x y) |
(*.f64 y x) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 a (/.f64 (*.f64 a a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) a) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) y) (*.f64 a (/.f64 a x))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 y (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) y)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x))) a) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 a (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y))))) |
(*.f64 y (*.f64 (/.f64 x a) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 #s(literal 1/2 binary64) a) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 a a))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 a a))) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 x y) (*.f64 a a))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 x a)) |
(*.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 (*.f64 x y) a) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) a) (/.f64 (*.f64 a y) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) a) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64)) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a) (/.f64 a (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1 binary64)) (/.f64 a (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64)) (/.f64 (*.f64 x y) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) a) (/.f64 y a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 x y)) a) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) y) a) (/.f64 x a)) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) a)) a) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1/2 binary64))) |
(/.f64 x (/.f64 a y)) |
(/.f64 y (/.f64 a x)) |
(/.f64 (*.f64 x y) a) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a x) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 y (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y))) a) |
(/.f64 (neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) x))) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y)) a) |
(pow.f64 (/.f64 a (*.f64 x y)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 y a)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) y)) |
(*.f64 y (/.f64 x a)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 x a) y) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 y (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 y a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(/.f64 x a) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(pow.f64 (/.f64 a x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 x a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) x) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a x)))) |
(*.f64 (pow.f64 (/.f64 a x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a x) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 a t)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a t) (*.f64 z #s(literal -9/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 #s(literal 1 binary64) (/.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 -9/2 binary64) (*.f64 z t)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 z #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t))) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64)))) a) |
(pow.f64 (/.f64 a (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) #s(literal -1 binary64)) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z #s(literal -9/2 binary64)))) |
(*.f64 t (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 t a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 z #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (/.f64 t a) z) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 (*.f64 z #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 z #s(literal -9/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 z (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal -1 binary64)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 (*.f64 z #s(literal -9/2 binary64)) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a t)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(/.f64 t a) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a t)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(pow.f64 (/.f64 a t) #s(literal -1 binary64)) |
(*.f64 t (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) t) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(*.f64 (pow.f64 (/.f64 a t) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a t) #s(literal -1/2 binary64))) |
(*.f64 z #s(literal -9/2 binary64)) |
(*.f64 #s(literal -9/2 binary64) z) |
(*.f64 (*.f64 z #s(literal -9/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 z #s(literal -9/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) |
(/.f64 a (/.f64 (*.f64 a a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a x) (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) a) (/.f64 a (*.f64 x y))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) y) (*.f64 a (/.f64 a x))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal 1 binary64)) (*.f64 a (/.f64 a (*.f64 x y)))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 y (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) y)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 a x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) a) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x))) a) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(*.f64 a (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y))))) |
(*.f64 y (*.f64 (/.f64 x a) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 x a) (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 x y) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (*.f64 x y) a) (/.f64 (*.f64 #s(literal 1/2 binary64) a) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (/.f64 a (*.f64 a a))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (/.f64 #s(literal -1 binary64) (*.f64 a a))) |
(*.f64 (/.f64 y a) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 x y) (*.f64 a a))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 x a)) |
(*.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 (*.f64 x y) a) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) a) (/.f64 (*.f64 a y) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) a) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) y) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) y) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64)) (/.f64 (*.f64 x y) a)) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a) (/.f64 a (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1 binary64)) (/.f64 a (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64)) (/.f64 (*.f64 x y) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) y) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) a) (/.f64 y a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 x y)) a) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) y) a) (/.f64 x a)) |
(*.f64 (/.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) a)) a) (/.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))))) |
(neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(*.f64 (*.f64 x y) (*.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 a y)) |
(*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) y) |
(*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 #s(literal -1 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))))) |
(*.f64 (*.f64 a (*.f64 x y)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) y) x) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 a (/.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) a) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 a (*.f64 x y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(*.f64 a (/.f64 #s(literal 1/2 binary64) (/.f64 a (*.f64 x y)))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) y)) |
(*.f64 y (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (*.f64 x y) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) y) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 x y) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) y) x) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x y)) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) a)) #s(literal -1 binary64)) (/.f64 (*.f64 x y) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y (-.f64 #s(literal 0 binary64) a)))) |
(neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 y (/.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a y)) |
(/.f64 (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (/.f64 y a) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (/.f64 y a) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 y a) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) a) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) y) (*.f64 (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) y) (*.f64 (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) y) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) y) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a) y) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) a) y) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (/.f64 a y) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (/.f64 a y) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) #s(literal 1 binary64)) (*.f64 a (/.f64 a y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 y a) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) (/.f64 y (*.f64 a a))) |
(*.f64 (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a y)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) (/.f64 #s(literal -1 binary64) (*.f64 a a))) |
(*.f64 (/.f64 y a) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) y) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 a a))) |
(*.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (*.f64 a y) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) (/.f64 (*.f64 a y) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 (/.f64 y a) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 a y)) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) a) (/.f64 y (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) a) (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a y) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) a)) |
(*.f64 (/.f64 (*.f64 a y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1 binary64)) (/.f64 y (*.f64 a a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a y)) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a y)) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 a a))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(+.f64 (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x)))) |
(+.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x)))) |
(fma.f64 (*.f64 x y) (*.f64 #s(literal 1/2 binary64) a) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 a y) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) |
(fma.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) y (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 (*.f64 a y) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 x y) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 (*.f64 a (*.f64 x y)) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(fma.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) a) y) x (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 (*.f64 a y) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))))) |
(/.f64 (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) #s(literal 3 binary64)) (pow.f64 (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))))) (-.f64 (*.f64 (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (-.f64 (*.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x))) (*.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x))) (-.f64 (*.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y)) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) (*.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a))) (*.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)))) (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))))) (*.f64 (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) (-.f64 (*.f64 y (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 y (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) (*.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)))) (-.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x))) (*.f64 (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))))) (-.f64 (*.f64 (*.f64 a y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 (*.f64 a y) (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y)) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)))) (-.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) y) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)))) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a y)) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x y) a)))) |
(*.f64 a (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) y)) |
(*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 a y)) |
(*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) y) |
(*.f64 (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 a y) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))))) |
(*.f64 (*.f64 (*.f64 a y) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(*.f64 (*.f64 (*.f64 a y) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(+.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x)))) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x a) (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 a (*.f64 #s(literal 1/2 binary64) x) (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) a) (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(fma.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 (*.f64 z t) y) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (/.f64 (*.f64 z t) y) (*.f64 #s(literal -9/2 binary64) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) a (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) a (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) a) x (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(fma.f64 (*.f64 a #s(literal -9/2 binary64)) (/.f64 (*.f64 z t) y) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (*.f64 a (/.f64 (*.f64 z t) y)) #s(literal -9/2 binary64) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 (*.f64 a x) #s(literal 1/2 binary64) (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t))))) |
(/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) (+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (*.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))))) |
(/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) a) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) a)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (-.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) |
(*.f64 (*.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(*.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(*.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) a) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (neg.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))) (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) |
(fma.f64 #s(literal 1/2 binary64) x (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)) |
(fma.f64 x #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)) |
(fma.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -9/2 binary64)) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (/.f64 (*.f64 z t) y) #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z y) (*.f64 #s(literal 1/2 binary64) x)) |
(/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) x))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) x))) y)) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))))) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) x))) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))))) (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y))))) (-.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y))) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 6561/16 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/16 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 6561/16 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/16 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (*.f64 (*.f64 a a) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) (*.f64 (-.f64 (/.f64 a (/.f64 y (*.f64 #s(literal -9/2 binary64) (*.f64 z t)))) (*.f64 a (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) a)) |
(/.f64 (*.f64 (*.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) a)) |
(/.f64 (*.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) a) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) a)) |
(/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) a) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))))) a) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) #s(literal 1 binary64)) |
(*.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) x))) y)))) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 z t) y)))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal -1/2 binary64) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y)))) |
(*.f64 z (*.f64 t #s(literal -9 binary64))) |
(*.f64 t (*.f64 z #s(literal -9 binary64))) |
(*.f64 t (*.f64 #s(literal -9 binary64) z)) |
(*.f64 #s(literal -9 binary64) (*.f64 z t)) |
(*.f64 (*.f64 t #s(literal -9 binary64)) z) |
(*.f64 (*.f64 z t) #s(literal -9 binary64)) |
(*.f64 (*.f64 z #s(literal -9 binary64)) t) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (*.f64 a a) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(pow.f64 a #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64)) |
(*.f64 a a) |
(*.f64 (*.f64 a a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 z t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 t (/.f64 y z)) |
(/.f64 (*.f64 z t) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 z t))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 z t))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 z t)))) |
(pow.f64 (/.f64 y (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 t y)) |
(*.f64 t (/.f64 z y)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 z y) t) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 z t))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -1 binary64)) (/.f64 z y)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) y)) |
(*.f64 (/.f64 t #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) z) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 t y)) |
(*.f64 (pow.f64 (/.f64 y (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 z t)) #s(literal -1/2 binary64))) |
| 1× | egg-herbie |
| 7750× | *-lowering-*.f32 |
| 7750× | *-lowering-*.f64 |
| 3258× | /-lowering-/.f32 |
| 3258× | /-lowering-/.f64 |
| 1376× | times-frac |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 553 | 7583 |
| 1 | 2043 | 7506 |
| 0 | 8032 | 7506 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(* -1/9 (/ a (* t z))) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* -1/729 (/ (* a (* x (pow y 2))) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* x (- (* -1/6561 (/ (* a (* x (pow y 3))) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow y 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(/ a (* x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (/ a y)) (* -9 (/ (* a (* t z)) (* x (pow y 2))))) x) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 3) (pow y 4)))) (/ a y)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (* -9 (/ (* a (* t z)) (* x (pow y 2)))))) x) |
(/ a (* x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* x (pow y 4)))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow y 3)))) x)) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(* -1/9 (/ a (* t z))) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* -1/729 (/ (* a (* (pow x 2) y)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(/ a (* x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* (pow x 2) y))) (/ a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y) |
(/ a (* x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) y))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow x 3)))) y)) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/ a (* x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(* -1/9 (/ a (* t z))) |
(/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2))))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/ (- (+ (* -1/9 (/ a t)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) (pow z 3))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) (pow z 2)))) (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))))) z) |
(* -1/9 (/ a (* t z))) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))) (* 1/9 (/ a t))) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 4) z))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow t 3)))) z)) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/ a (* x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+ (* t (- (* t (- (* 729 (/ (* a (* t (pow z 3))) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow z 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(* -1/9 (/ a (* t z))) |
(/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3))))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 3) (pow z 4))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3)))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))))) t) |
(* -1/9 (/ a (* t z))) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))) (* 1/9 (/ a z))) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(* x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(* -9 (* t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(* x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(* -9 (* t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(* x y) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+ (* -9 (* t z)) (* x y)) |
(* -9 (* t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(* -9 (* t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* x y) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ (* x y) a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(/ x a) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(/ t a) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* -9/2 z) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* a (* x y))) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* 1/2 (* x y)) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(* 1/2 (/ (* x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* -9/2 (/ (* t z) a)) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(* -9/2 (/ (* t z) a)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -9/2 (* a (* t z))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(* 1/2 (* a (* x y))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(* 1/2 (* a (* x y))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(* 1/2 (* a (* x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(* -9/2 (* a (* t z))) |
(* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t)))) |
(* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t)))) |
(* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t)))) |
(* -9/2 (* a (* t z))) |
(* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))) |
(* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))) |
(* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))) |
(* 1/2 (* a (* x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(* -9/2 (* a (* t z))) |
(* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z)))) |
(* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z)))) |
(* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z)))) |
(* -9/2 (* a (* t z))) |
(* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))) |
(* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))) |
(* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))) |
(* -9/2 (* a (* t z))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(* 1/2 (* a (* x y))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(* 1/2 (* a (* x y))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(* 1/2 (* a x)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(* -9/2 (/ (* a (* t z)) y)) |
(* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t)))) |
(* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t)))) |
(* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t)))) |
(* -9/2 (/ (* a (* t z)) y)) |
(* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y))))) |
(* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y))))) |
(* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y))))) |
(* 1/2 (* a x)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(* -9/2 (/ (* a (* t z)) y)) |
(* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z)))) |
(* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z)))) |
(* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z)))) |
(* -9/2 (/ (* a (* t z)) y)) |
(* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y))))) |
(* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y))))) |
(* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y))))) |
(* -9/2 (/ (* a (* t z)) y)) |
(/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y) |
(/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y) |
(/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y) |
(* 1/2 (* a x)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(* 1/2 (* a x)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(* -9/2 (/ (* a (* t z)) y)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(* 1/2 (* a x)) |
(* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a))) |
(* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a))) |
(* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a))) |
(* 1/2 (* a x)) |
(* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y)))))) |
(* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y)))))) |
(* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y)))))) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -9/2 (/ (* t z) y)) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* 1/2 x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(* -9 (* t z)) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
(/ (* t z) y) |
| Outputs |
|---|
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* 1/2 (/ (+ (* -9 (* t z)) (* x y)) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) a) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) a) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) a) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) y) a))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) y) a))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) y) a))))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) #s(literal -1 binary64))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(/ a (+ (* -9 (* t z)) (* x y))) |
(/.f64 a (+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z)) (*.f64 t t))) |
(+ (* -1/9 (/ a (* t z))) (* x (- (* -1/729 (/ (* a (* x (pow y 2))) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a y) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 x (+.f64 (*.f64 (/.f64 a (*.f64 t (*.f64 t t))) (*.f64 (*.f64 x (*.f64 y (/.f64 y (*.f64 z (*.f64 z z))))) #s(literal -1/729 binary64))) (/.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) (pow.f64 z #s(literal 4 binary64))) (/.f64 (*.f64 x (*.f64 a (*.f64 y (*.f64 y y)))) (pow.f64 t #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -1/729 binary64) (/.f64 a (*.f64 t (*.f64 t t)))) (*.f64 y (/.f64 y (*.f64 z (*.f64 z z))))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 y a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(/ (+ (* 9 (/ (* a (* t z)) (* x (pow y 2)))) (/ a y)) x) |
(/.f64 (-.f64 (/.f64 a y) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) y) y))) x)) x) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 2) (pow y 3)))) (/ a y)) (* -9 (/ (* a (* t z)) (* x (pow y 2))))) x) |
(/.f64 (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 t (*.f64 t (*.f64 z z)))) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) 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 (*.f64 z z) (*.f64 t (*.f64 t (*.f64 t z))))) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 y #s(literal 4 binary64))))) (-.f64 (/.f64 a y) (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) y) y))) x) (*.f64 (/.f64 #s(literal -81 binary64) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 (*.f64 t (*.f64 t a)) x) (/.f64 (*.f64 z z) x)))))) x) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* x (pow y 2)))) (* -1 (/ a y))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) y) y))) x) (/.f64 a y)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -1 (/ a y)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* x (pow y 3)))) (* -9 (/ (* a (* t z)) (pow y 2)))) x))) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a y) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (*.f64 t (*.f64 t (*.f64 z z)))) (*.f64 x (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) 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 (*.f64 #s(literal -81 binary64) (*.f64 t (*.f64 t a))) (*.f64 z z)) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) x)) (*.f64 #s(literal 9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) y) y)))) x))) x) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(+ (* -1/9 (/ a (* t z))) (* -1/81 (/ (* a (* x y)) (* (pow t 2) (pow z 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (/.f64 (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z)) (*.f64 t t))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* -1/729 (/ (* a (* (pow x 2) y)) (* (pow t 3) (pow z 3)))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 y (*.f64 x (*.f64 x a)))) (*.f64 (*.f64 z z) (*.f64 t (*.f64 t (*.f64 t z))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x a)) (*.f64 t (*.f64 t (*.f64 z z))))))) |
(+ (* -1/9 (/ a (* t z))) (* y (- (* y (- (* -1/6561 (/ (* a (* (pow x 3) y)) (* (pow t 4) (pow z 4)))) (* 1/729 (/ (* a (pow x 2)) (* (pow t 3) (pow z 3)))))) (* 1/81 (/ (* a x) (* (pow t 2) (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) (*.f64 y (+.f64 (*.f64 y (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x y)))) (*.f64 (pow.f64 t #s(literal 4 binary64)) (pow.f64 z #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 x (*.f64 x a))) (*.f64 (*.f64 z z) (*.f64 t (*.f64 t (*.f64 t 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 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 x y))) (/.f64 a x)) y) |
(/ (- (+ (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (/ a x)) (* -9 (/ (* a (* t z)) (* (pow x 2) y)))) y) |
(/.f64 (+.f64 (/.f64 a x) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (/.f64 (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) y)) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y)) y) |
(/ (- (+ (* 729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) (pow y 3)))) (/ a x)) (+ (* -81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) (pow y 2)))) (* -9 (/ (* a (* t z)) (* (pow x 2) y))))) y) |
(/.f64 (+.f64 (+.f64 (*.f64 (/.f64 #s(literal 729 binary64) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 (*.f64 z z) (*.f64 t (*.f64 t (*.f64 t z)))) (/.f64 a (pow.f64 x #s(literal 4 binary64))))) (-.f64 (/.f64 a x) (*.f64 (/.f64 #s(literal -81 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 t t) (*.f64 z (*.f64 z a))) (*.f64 y y))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 x y)))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(* -1 (/ (+ (* -9 (/ (* a (* t z)) (* (pow x 2) y))) (* -1 (/ a x))) y)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x (*.f64 x y))) (/.f64 a x)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* 81 (/ (* a (* (pow t 2) (pow z 2))) (* (pow x 3) y))) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 81 binary64) a) (/.f64 (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) y)) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y))) y) |
(* -1 (/ (+ (* -1 (/ a x)) (* -1 (/ (- (* -1 (/ (- (* -729 (/ (* a (* (pow t 3) (pow z 3))) (* (pow x 4) y))) (* 81 (/ (* a (* (pow t 2) (pow z 2))) (pow x 3)))) y)) (* -9 (/ (* a (* t z)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a x) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -729 binary64) y) (*.f64 (*.f64 (*.f64 z z) (*.f64 t (*.f64 t (*.f64 t z)))) (/.f64 a (pow.f64 x #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -81 binary64) (*.f64 t (*.f64 t a))) (*.f64 z z)) (*.f64 x (*.f64 x x)))) y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z (*.f64 t a))) (*.f64 x x))) y))) y) |
(/ a (* x y)) |
(/.f64 a (*.f64 x y)) |
(+ (* 9 (/ (* a (* t z)) (* (pow x 2) (pow y 2)))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 t z) y) y))) (*.f64 x x))) |
(+ (* z (- (* 81 (/ (* a (* (pow t 2) z)) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 z (*.f64 t (*.f64 t a)))) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 y (*.f64 x (*.f64 x y))))))) |
(+ (* z (- (* z (- (* 729 (/ (* a (* (pow t 3) z)) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow t 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a t) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 z (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 #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 x (*.f64 x (*.f64 y (*.f64 y y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 t a)) (*.f64 y (*.f64 x (*.f64 x y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a t)) (* -1/81 (/ (* a (* x y)) (* (pow t 2) z)))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 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 #s(literal -1/729 binary64) (*.f64 a (*.f64 y (*.f64 x (*.f64 x 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 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (*.f64 (*.f64 z z) (*.f64 z (pow.f64 t #s(literal 4 binary64))))) (-.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) (*.f64 (/.f64 #s(literal 1/729 binary64) (*.f64 z z)) (/.f64 (*.f64 a (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 t z)))) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* (pow t 2) z))) (* 1/9 (/ a t))) z)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a (/.f64 (*.f64 x y) t)) t) (/.f64 #s(literal 1/81 binary64) z)) (*.f64 (/.f64 a t) #s(literal 1/9 binary64))) (neg.f64 z)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 3) z))) (* 1/81 (/ (* a (* x y)) (pow t 2)))) z)) (* 1/9 (/ a t))) z)) |
(/.f64 (-.f64 (*.f64 (/.f64 a t) #s(literal 1/9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/729 binary64) (*.f64 a (*.f64 y (*.f64 x (*.f64 x 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 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (*.f64 z (pow.f64 t #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 y (*.f64 x (*.f64 x y))))) (*.f64 t (*.f64 t t)))) (neg.f64 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 a (/.f64 (/.f64 (*.f64 t z) y) y))) (*.f64 x x))) |
(+ (* t (- (* 81 (/ (* a (* t (pow z 2))) (* (pow x 3) (pow y 3)))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 81 binary64) (*.f64 a (*.f64 t (*.f64 z z)))) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.f64 y (*.f64 x (*.f64 x y))))))) |
(+ (* t (- (* t (- (* 729 (/ (* a (* t (pow z 3))) (* (pow x 4) (pow y 4)))) (* -81 (/ (* a (pow z 2)) (* (pow x 3) (pow y 3)))))) (* -9 (/ (* a z) (* (pow x 2) (pow y 2)))))) (/ a (* x y))) |
(+.f64 (/.f64 a (*.f64 x y)) (*.f64 t (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #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 z (*.f64 z a))) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 z a)) (*.f64 y (*.f64 x (*.f64 x y))))))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(/ (+ (* -1/9 (/ a z)) (* -1/81 (/ (* a (* x y)) (* t (pow z 2))))) t) |
(/.f64 (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a z)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 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 #s(literal -1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 z (*.f64 z z)))) t) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) t) |
(/ (- (+ (* -1/9 (/ a z)) (* -1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* (pow t 3) (pow z 4))))) (+ (* 1/729 (/ (* a (* (pow x 2) (pow y 2))) (* (pow t 2) (pow z 3)))) (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))))) t) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (*.f64 (*.f64 t t) (*.f64 t (pow.f64 z #s(literal 4 binary64))))) (-.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a z)) (/.f64 (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 z (*.f64 z z)))) (*.f64 t t)))) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 t (*.f64 z z)))) t) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
(* -1 (/ (+ (* 1/81 (/ (* a (* x y)) (* t (pow z 2)))) (* 1/9 (/ a z))) t)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 y a)) #s(literal 1/81 binary64)) (*.f64 t (*.f64 z z))) (*.f64 #s(literal 1/9 binary64) (/.f64 a z))) (neg.f64 t)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (* t (pow z 3)))) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/729 binary64) a) (/.f64 (*.f64 y (*.f64 x (*.f64 x 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)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/6561 (/ (* a (* (pow x 3) (pow y 3))) (* t (pow z 4)))) (* -1/729 (/ (* a (* (pow x 2) (pow y 2))) (pow z 3)))) t)) (* 1/81 (/ (* a (* x y)) (pow z 2)))) t)) (* 1/9 (/ a z))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 a z)) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6561 binary64) a) (*.f64 x (*.f64 x (*.f64 x (*.f64 y (*.f64 y y)))))) (*.f64 t (pow.f64 z #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal 1/729 binary64) a) (/.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 z (*.f64 z z))))) (neg.f64 t)) (/.f64 (*.f64 #s(literal -1/81 binary64) (*.f64 x (*.f64 y a))) (*.f64 z z))) t)) (neg.f64 t)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x (+ y (* -9 (/ (* t z) x)))) |
(*.f64 x (+.f64 y (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) x))) |
(* x y) |
(*.f64 x y) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y))) |
(* -1 (* x (+ (* -1 y) (* 9 (/ (* t z) x))))) |
(*.f64 x (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) x) y))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* x y) |
(*.f64 x y) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* y (+ x (* -9 (/ (* t z) y)))) |
(*.f64 y (+.f64 x (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) y))) |
(* x y) |
(*.f64 x y) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x)) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x)) |
(* -1 (* y (+ (* -1 x) (* 9 (/ (* t z) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 (*.f64 (*.f64 t z) #s(literal 9 binary64)) y) x)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* z (+ (* -9 t) (/ (* x y) z))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9 binary64) t) (/.f64 (*.f64 x y) z))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* -1 (* z (+ (* -1 (/ (* x y) z)) (* 9 t)))) |
(*.f64 (-.f64 (*.f64 t #s(literal 9 binary64)) (/.f64 (*.f64 x y) z)) (neg.f64 z)) |
(* x y) |
(*.f64 x y) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(+ (* -9 (* t z)) (* x y)) |
(+.f64 (*.f64 #s(literal -9 binary64) (*.f64 t z)) (*.f64 x y)) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* t (+ (* -9 z) (/ (* x y) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -9 binary64) z) (/.f64 (*.f64 x y) t))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t z)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* -1 (* t (+ (* -1 (/ (* x y) t)) (* 9 z)))) |
(*.f64 (-.f64 (*.f64 z #s(literal 9 binary64)) (/.f64 (*.f64 x y) t)) (neg.f64 t)) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* x y) |
(*.f64 x y) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ (* x y) a) |
(/.f64 (*.f64 x y) a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(/ x a) |
(/.f64 x a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(/ t a) |
(/.f64 t a) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* -9/2 z) |
(*.f64 z #s(literal -9/2 binary64)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* 1/2 (* x y)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x y)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(*.f64 y (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) y) a))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) y) a))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x a)) (*.f64 #s(literal 9/2 binary64) (/.f64 (/.f64 (*.f64 t z) y) a))))) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(*.f64 (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) t))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) #s(literal -1 binary64))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(*.f64 t (*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z a))) #s(literal -1 binary64))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 t #s(literal -9/2 binary64)) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) z))) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x a))) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) a)) (neg.f64 z)) |
(* -9/2 (/ (* t z) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) a) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) a) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) a) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) a) (*.f64 #s(literal 1/2 binary64) (/.f64 y a)))) |
(* 1/2 (/ (* x y) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 (*.f64 (*.f64 t z) #s(literal 9/2 binary64)) (*.f64 x a))) (-.f64 #s(literal 0 binary64) x)) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* y (+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) (*.f64 t (*.f64 #s(literal 9/2 binary64) (*.f64 z (/.f64 a y))))))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) (*.f64 t (*.f64 #s(literal 9/2 binary64) (*.f64 z (/.f64 a y))))))) |
(* -1 (* y (+ (* -1/2 (* a x)) (* 9/2 (/ (* a (* t z)) y))))) |
(*.f64 y (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) (*.f64 t (*.f64 #s(literal 9/2 binary64) (*.f64 z (/.f64 a y))))))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)))) |
(*.f64 (*.f64 y a) (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t)))) |
(*.f64 t (+.f64 (*.f64 z (*.f64 a #s(literal -9/2 binary64))) (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) t))) |
(* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t)))) |
(*.f64 t (+.f64 (*.f64 z (*.f64 a #s(literal -9/2 binary64))) (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) t))) |
(* t (+ (* -9/2 (* a z)) (* 1/2 (/ (* a (* x y)) t)))) |
(*.f64 t (+.f64 (*.f64 z (*.f64 a #s(literal -9/2 binary64))) (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) t))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 (*.f64 x a) #s(literal -1/2 binary64))) t) (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 (*.f64 x a) #s(literal -1/2 binary64))) t) (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* a (* x y)) t)) (* 9/2 (* a z))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 (*.f64 x a) #s(literal -1/2 binary64))) t) (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) (neg.f64 t)) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z)))) |
(*.f64 z (+.f64 (*.f64 t (*.f64 a #s(literal -9/2 binary64))) (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) z))) |
(* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z)))) |
(*.f64 z (+.f64 (*.f64 t (*.f64 a #s(literal -9/2 binary64))) (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) z))) |
(* z (+ (* -9/2 (* a t)) (* 1/2 (/ (* a (* x y)) z)))) |
(*.f64 z (+.f64 (*.f64 t (*.f64 a #s(literal -9/2 binary64))) (/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) z))) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 (*.f64 x a) #s(literal -1/2 binary64))) z) (*.f64 t (*.f64 a #s(literal 9/2 binary64)))) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 (*.f64 x a) #s(literal -1/2 binary64))) z) (*.f64 t (*.f64 a #s(literal 9/2 binary64)))) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* a (* x y)) z)) (* 9/2 (* a t))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y (*.f64 (*.f64 x a) #s(literal -1/2 binary64))) z) (*.f64 t (*.f64 a #s(literal 9/2 binary64)))) (neg.f64 z)) |
(* -9/2 (* a (* t z))) |
(*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) |
(+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) x) (*.f64 #s(literal 1/2 binary64) (*.f64 y a)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) x) (*.f64 #s(literal 1/2 binary64) (*.f64 y a)))) |
(* x (+ (* -9/2 (/ (* a (* t z)) x)) (* 1/2 (* a y)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) x) (*.f64 #s(literal 1/2 binary64) (*.f64 y a)))) |
(* 1/2 (* a (* x y))) |
(*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 y (*.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 t (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) x))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 y (*.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 t (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) x))) |
(* -1 (* x (+ (* -1/2 (* a y)) (* 9/2 (/ (* a (* t z)) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 y (*.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 t (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* a (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (* a x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x a)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* a (* t z)) y)) |
(/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t)))) |
(*.f64 t (+.f64 (*.f64 a (/.f64 (*.f64 z #s(literal -9/2 binary64)) y)) (*.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) x) t)))) |
(* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t)))) |
(*.f64 t (+.f64 (*.f64 a (/.f64 (*.f64 z #s(literal -9/2 binary64)) y)) (*.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) x) t)))) |
(* t (+ (* -9/2 (/ (* a z) y)) (* 1/2 (/ (* a x) t)))) |
(*.f64 t (+.f64 (*.f64 a (/.f64 (*.f64 z #s(literal -9/2 binary64)) y)) (*.f64 a (/.f64 (*.f64 #s(literal 1/2 binary64) x) t)))) |
(* -9/2 (/ (* a (* t z)) y)) |
(/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) t) (*.f64 #s(literal 9/2 binary64) (*.f64 z (/.f64 a y)))) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) t) (*.f64 #s(literal 9/2 binary64) (*.f64 z (/.f64 a y)))) (neg.f64 t)) |
(* -1 (* t (+ (* -1/2 (/ (* a x) t)) (* 9/2 (/ (* a z) y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) t) (*.f64 #s(literal 9/2 binary64) (*.f64 z (/.f64 a y)))) (neg.f64 t)) |
(* 1/2 (* a x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x a)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* a (* t z)) y)) |
(/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z)))) |
(*.f64 z (+.f64 (*.f64 a (*.f64 #s(literal -9/2 binary64) (/.f64 t y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x a)) z))) |
(* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z)))) |
(*.f64 z (+.f64 (*.f64 a (*.f64 #s(literal -9/2 binary64) (/.f64 t y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x a)) z))) |
(* z (+ (* -9/2 (/ (* a t) y)) (* 1/2 (/ (* a x) z)))) |
(*.f64 z (+.f64 (*.f64 a (*.f64 #s(literal -9/2 binary64) (/.f64 t y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x a)) z))) |
(* -9/2 (/ (* a (* t z)) y)) |
(/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t (*.f64 a #s(literal 9/2 binary64))) y)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t (*.f64 a #s(literal 9/2 binary64))) y)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ (* a x) z)) (* 9/2 (/ (* a t) y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x a) #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t (*.f64 a #s(literal 9/2 binary64))) y)) (neg.f64 z)) |
(* -9/2 (/ (* a (* t z)) y)) |
(/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y) |
(/.f64 (+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) y) |
(/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y) |
(/.f64 (+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) y) |
(/ (+ (* -9/2 (* a (* t z))) (* 1/2 (* a (* x y)))) y) |
(/.f64 (+.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64))))) y) |
(* 1/2 (* a x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x a)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (* a x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x a)) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* -9/2 (/ (* a (* t z)) y)) |
(/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (* -9/2 (/ (* a (* t z)) y)) (* 1/2 (* a x))) |
(*.f64 a (+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x))) |
(* 1/2 (* a x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x a)) |
(* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) x) (*.f64 #s(literal 1/2 binary64) a))) |
(* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) x) (*.f64 #s(literal 1/2 binary64) a))) |
(* x (+ (* -9/2 (/ (* a (* t z)) (* x y))) (* 1/2 a))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) x) (*.f64 #s(literal 1/2 binary64) a))) |
(* 1/2 (* a x)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x a)) |
(* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) x) y))) |
(* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) x) y))) |
(* -1 (* x (+ (* -1/2 a) (* 9/2 (/ (* a (* t z)) (* x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 (/.f64 (*.f64 t (*.f64 z (*.f64 a #s(literal 9/2 binary64)))) x) y))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 z #s(literal -9/2 binary64)) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) t))) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) t) (*.f64 #s(literal 9/2 binary64) (/.f64 z y))))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t y)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) z))) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) y)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) y)) (neg.f64 z)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(*.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) z) (/.f64 (*.f64 t #s(literal 9/2 binary64)) y)) (neg.f64 z)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 t (*.f64 z #s(literal -9/2 binary64)))) y) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) y) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) y))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) y))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(*.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 t (*.f64 z #s(literal -9/2 binary64))) x) y))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 t (*.f64 #s(literal 9/2 binary64) (/.f64 z y))) x))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 t (*.f64 #s(literal 9/2 binary64) (/.f64 z y))) x))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 t (*.f64 #s(literal 9/2 binary64) (/.f64 z y))) x))) |
(* -9 (* t z)) |
(*.f64 #s(literal -9 binary64) (*.f64 t 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)) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
(/ (* t z) y) |
(/.f64 (*.f64 t z) y) |
Compiled 32670 to 2861 computations (91.2% saved)
19 alts after pruning (15 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1589 | 9 | 1598 |
| Fresh | 5 | 6 | 11 |
| Picked | 2 | 3 | 5 |
| Done | 1 | 1 | 2 |
| Total | 1597 | 19 | 1616 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 88.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 45.7% | (/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) | |
| ▶ | 49.0% | (/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
| 47.9% | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) | |
| 50.2% | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) | |
| 82.3% | (/.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) a)) | |
| ▶ | 52.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
| ✓ | 88.0% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 69.1% | (+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z))) (fma.f64 (neg.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64))) z (*.f64 (*.f64 (/.f64 t a) #s(literal 9/2 binary64)) z))) | |
| ▶ | 82.6% | (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
| 82.0% | (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) | |
| ✓ | 53.6% | (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
| 40.6% | (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) | |
| ▶ | 52.9% | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| 50.2% | (*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) | |
| 48.4% | (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) | |
| 54.2% | (*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) | |
| ✓ | 49.5% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ▶ | 52.5% | (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
Compiled 534 to 380 computations (28.8% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 a t) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
| ✓ | cost-diff | 0 | (/.f64 a x) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
| ✓ | cost-diff | 0 | (/.f64 a t) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| ✓ | cost-diff | 0 | (/.f64 a t) |
| ✓ | cost-diff | 0 | (/.f64 z (/.f64 a t)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
| 5088× | /-lowering-/.f32 |
| 5088× | /-lowering-/.f64 |
| 3672× | associate-/r* |
| 3502× | *-lowering-*.f32 |
| 3502× | *-lowering-*.f64 |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 146 |
| 1 | 56 | 143 |
| 2 | 116 | 143 |
| 3 | 221 | 143 |
| 4 | 412 | 143 |
| 5 | 781 | 141 |
| 6 | 1353 | 141 |
| 7 | 2644 | 141 |
| 8 | 3876 | 141 |
| 9 | 4925 | 141 |
| 10 | 5198 | 141 |
| 11 | 5369 | 141 |
| 12 | 5730 | 141 |
| 13 | 5730 | 141 |
| 14 | 6470 | 141 |
| 15 | 6530 | 141 |
| 16 | 6560 | 141 |
| 17 | 6929 | 141 |
| 18 | 6931 | 141 |
| 19 | 6931 | 141 |
| 20 | 6931 | 141 |
| 0 | 9036 | 141 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a) y) |
(/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a) |
(+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) |
(/ (* -9/2 (* z t)) y) |
(* -9/2 (* z t)) |
-9/2 |
(* z t) |
z |
t |
y |
(* 1/2 x) |
1/2 |
x |
a |
(* -9/2 (/ z (/ a t))) |
-9/2 |
(/ z (/ a t)) |
z |
(/ a t) |
a |
t |
(* (/ -9/2 (/ a t)) z) |
(/ -9/2 (/ a t)) |
-9/2 |
(/ a t) |
a |
t |
z |
(/ (* 1/2 y) (/ a x)) |
(* 1/2 y) |
1/2 |
y |
(/ a x) |
a |
x |
(/ 1/2 (/ (* -1/9 (/ a t)) z)) |
1/2 |
(/ (* -1/9 (/ a t)) z) |
(* -1/9 (/ a t)) |
-1/9 |
(/ a t) |
a |
t |
z |
| Outputs |
|---|
(* (/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a) y) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 y x) (/.f64 t (/.f64 #s(literal -1/9 binary64) z)))) |
(/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a) |
(/.f64 (+.f64 (/.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) z)) y) (*.f64 #s(literal 1/2 binary64) x)) a) |
(+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) |
(+.f64 (/.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) z)) y) (*.f64 #s(literal 1/2 binary64) x)) |
(/ (* -9/2 (* z t)) y) |
(/.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) z)) y) |
(* -9/2 (* z t)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) z)) |
-9/2 |
#s(literal -9/2 binary64) |
(* z t) |
(*.f64 z t) |
z |
t |
y |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
1/2 |
#s(literal 1/2 binary64) |
x |
a |
(* -9/2 (/ z (/ a t))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
-9/2 |
#s(literal -9/2 binary64) |
(/ z (/ a t)) |
(/.f64 z (/.f64 a t)) |
z |
(/ a t) |
(/.f64 a t) |
a |
t |
(* (/ -9/2 (/ a t)) z) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/ -9/2 (/ a t)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
-9/2 |
#s(literal -9/2 binary64) |
(/ a t) |
(/.f64 a t) |
a |
t |
z |
(/ (* 1/2 y) (/ a x)) |
(/.f64 (*.f64 x (*.f64 y #s(literal 1/2 binary64))) a) |
(* 1/2 y) |
(*.f64 y #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
y |
(/ a x) |
(/.f64 a x) |
a |
x |
(/ 1/2 (/ (* -1/9 (/ a t)) z)) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
1/2 |
#s(literal 1/2 binary64) |
(/ (* -1/9 (/ a t)) z) |
(/.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) t) z) |
(* -1/9 (/ a t)) |
(/.f64 (*.f64 a #s(literal -1/9 binary64)) t) |
-1/9 |
#s(literal -1/9 binary64) |
(/ a t) |
(/.f64 a t) |
a |
t |
z |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 a t) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
| ✓ | accuracy | 99.2% | (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) |
| ✓ | accuracy | 90.7% | (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z) |
| ✓ | accuracy | 100.0% | (/.f64 a x) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) y) |
| ✓ | accuracy | 90.6% | (/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
| ✓ | accuracy | 100.0% | (/.f64 a t) |
| ✓ | accuracy | 98.8% | (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
| ✓ | accuracy | 91.0% | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| ✓ | accuracy | 100.0% | (/.f64 a t) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
| ✓ | accuracy | 90.4% | (/.f64 z (/.f64 a t)) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
| ✓ | accuracy | 96.6% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) |
| ✓ | accuracy | 91.0% | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) |
| ✓ | accuracy | 88.9% | (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
| 84.0ms | 256× | 0 | valid |
Compiled 154 to 27 computations (82.5% saved)
ival-div: 17.0ms (42.5% of total)ival-mult: 17.0ms (42.5% of total)...c/correct-round.rkt:119:19: 4.0ms (10% of total)ival-add: 1.0ms (2.5% of total)const: 1.0ms (2.5% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a) y)> |
#<alt (/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a)> |
#<alt (+ (/ (* -9/2 (* z t)) y) (* 1/2 x))> |
#<alt (/ (* -9/2 (* z t)) y)> |
#<alt (* -9/2 (/ z (/ a t)))> |
#<alt (/ z (/ a t))> |
#<alt (/ a t)> |
#<alt (* (/ -9/2 (/ a t)) z)> |
#<alt (/ -9/2 (/ a t))> |
#<alt (/ (* 1/2 y) (/ a x))> |
#<alt (* 1/2 y)> |
#<alt (/ a x)> |
#<alt (/ 1/2 (/ (* -1/9 (/ a t)) z))> |
#<alt (/ (* -1/9 (/ a t)) z)> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -9/2 (* z t))> |
| Outputs |
|---|
#<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 (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y))))))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a)))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a))))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x))))))> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a)> |
#<alt (* 1/2 (/ x a))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (* -9/2 (/ (* t z) (* a y)))> |
#<alt (* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z)))))> |
#<alt (* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z)))))> |
#<alt (* -9/2 (/ (* t z) (* a y)))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y))))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y))))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y))))))> |
#<alt (* 1/2 (/ x a))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (* -9/2 (/ (* t z) (* a y)))> |
#<alt (* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t)))))> |
#<alt (* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t)))))> |
#<alt (* -9/2 (/ (* t z) (* a y)))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y))))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y))))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y))))))> |
#<alt (* -9/2 (/ (* t z) (* a y)))> |
#<alt (/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y)> |
#<alt (/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y)> |
#<alt (/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y)> |
#<alt (* 1/2 (/ x a))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (* 1/2 (/ x a))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (* -9/2 (/ (* t z) (* a y)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))> |
#<alt (* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))> |
#<alt (* 1/2 (/ x a))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))))> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a)> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y)))))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y)))))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y)> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* x (+ 1/2 (* -9/2 (/ (* t z) (* x y)))))> |
#<alt (* 1/2 x)> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2)))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) y))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -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 (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (/ a t)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -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 (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* x y) a))> |
#<alt (* 1/2 (/ (* 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)> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -9/2 (/ (* t z) a))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a (* t z)))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<alt (* -1/9 (/ a t))> |
#<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))> |
138 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 30.0ms | a | @ | -inf | (* -1/9 (/ a t)) |
| 26.0ms | a | @ | inf | (* -1/9 (/ a t)) |
| 1.0ms | a | @ | 0 | (/ (* -1/9 (/ a t)) z) |
| 1.0ms | z | @ | 0 | (/ (* -1/9 (/ a t)) z) |
| 1.0ms | t | @ | 0 | (/ (* -1/9 (/ a t)) z) |
| 1× | batch-egg-rewrite |
| 5614× | *-lowering-*.f32 |
| 5614× | *-lowering-*.f64 |
| 3352× | /-lowering-/.f32 |
| 3352× | /-lowering-/.f64 |
| 1598× | frac-times |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 110 |
| 1 | 129 | 107 |
| 2 | 946 | 107 |
| 0 | 9173 | 107 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a) y) |
(/ (+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) a) |
(+ (/ (* -9/2 (* z t)) y) (* 1/2 x)) |
(/ (* -9/2 (* z t)) y) |
(* -9/2 (/ z (/ a t))) |
(/ z (/ a t)) |
(/ a t) |
(* (/ -9/2 (/ a t)) z) |
(/ -9/2 (/ a t)) |
(/ (* 1/2 y) (/ a x)) |
(* 1/2 y) |
(/ a x) |
(/ 1/2 (/ (* -1/9 (/ a t)) z)) |
(/ (* -1/9 (/ a t)) z) |
(* -1/9 (/ a t)) |
(* -9/2 (* z t)) |
| Outputs |
|---|
(neg.f64 (*.f64 (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a) y)) |
(neg.f64 (*.f64 y (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a))) |
(neg.f64 (/.f64 (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 y (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) a)) |
(/.f64 y (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 1 binary64))) |
(/.f64 (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 y (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) y) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) y) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) y) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) y) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) y) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) y) (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) y) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) y) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) y) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) a)) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) y) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 y (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) a) |
(pow.f64 (/.f64 a (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a)) |
(*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) a) y)) |
(*.f64 (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
(*.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) (*.f64 (/.f64 #s(literal -1 binary64) a) y)) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) (/.f64 y a))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) y))) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 y a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 y a))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) y))) |
(*.f64 (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 y (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a)) |
(*.f64 (/.f64 y (/.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(*.f64 (/.f64 y (/.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) #s(literal -1 binary64)) (/.f64 y a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (/.f64 y (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (/.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 (*.f64 (*.f64 y (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a x)) (*.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))))) |
(+.f64 (*.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a)) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) a) (/.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) a)) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (*.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) a) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) a) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (neg.f64 (*.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (neg.f64 (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) a))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) a) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (*.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (*.f64 a (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) a)) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64))))) |
(pow.f64 (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) a))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) a))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) a) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) a) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64)))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))) |
(+.f64 (neg.f64 (*.f64 x #s(literal -1/2 binary64))) (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64)))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) |
(-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64)))) |
(fma.f64 x #s(literal 1/2 binary64) (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t y) (*.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (/.f64 (*.f64 z t) y) #s(literal -9/2 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(neg.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t))))) |
(/.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x #s(literal 1/4 binary64))))) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))))) (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))))) (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))))))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 531441/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t)))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 6561/16 binary64) (*.f64 (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 6561/16 binary64) (*.f64 (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (*.f64 x #s(literal 1/4 binary64)))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)))) (neg.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64))))) (*.f64 (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) (*.f64 x #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (+.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal -729/8 binary64) (*.f64 (/.f64 (*.f64 z t) y) (/.f64 (/.f64 (*.f64 z t) y) (/.f64 y (*.f64 z t))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 x (-.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/4 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) (neg.f64 (*.f64 x #s(literal -1/2 binary64)))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal 81/4 binary64) (*.f64 (*.f64 z t) (*.f64 z t))) (*.f64 y y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) |
(neg.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) |
(neg.f64 (*.f64 (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y) #s(literal 1 binary64))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 y (*.f64 z t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t))) |
(/.f64 #s(literal -1 binary64) (/.f64 y (*.f64 (*.f64 z t) #s(literal 9/2 binary64)))) |
(pow.f64 (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) y)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 (*.f64 z t) y) #s(literal 1 binary64))) |
(*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) |
(*.f64 z (*.f64 t (/.f64 #s(literal -9/2 binary64) y))) |
(*.f64 z (*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 z (*.f64 #s(literal -9/2 binary64) (/.f64 t y))) |
(*.f64 t (*.f64 z (/.f64 #s(literal -9/2 binary64) y))) |
(*.f64 t (*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) y)) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (*.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal -9/2 binary64) y) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) y)) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 z t) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (*.f64 (/.f64 t y) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t y)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (*.f64 (/.f64 t y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 z t) y) #s(literal -9/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (*.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (*.f64 t (/.f64 #s(literal -1 binary64) y))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z y)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 #s(literal -9/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 z t) #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) y)) |
(*.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal -9/2 binary64) y)) |
(*.f64 (pow.f64 (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 y #s(literal -9/2 binary64)) (*.f64 z t)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -9/2 binary64)) (*.f64 z t)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 z t)) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal -9/2 binary64) z)) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 t y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) z) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) t) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 #s(literal -9/2 binary64) t)) z) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(neg.f64 (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 z (/.f64 a t))) #s(literal -9/2 binary64))) |
(neg.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) z)) |
(neg.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 z (/.f64 a t))))) |
(neg.f64 (*.f64 z (/.f64 #s(literal 9/2 binary64) (/.f64 a t)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))))) |
(neg.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) t)) |
(neg.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z))) |
(neg.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)))) |
(neg.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 a t))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) |
(/.f64 z (*.f64 (/.f64 a #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t)))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -9/2 binary64) (/.f64 a t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -9/2 binary64) (/.f64 a z)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a #s(literal 1/9 binary64)) t)) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 z (*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) #s(literal 1/2 binary64))) |
(*.f64 t (/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 t (*.f64 (/.f64 #s(literal -9/2 binary64) a) z)) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 z (/.f64 a t)))) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal 1/9 binary64)) t))) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 t a) (/.f64 z #s(literal -2/9 binary64))) |
(*.f64 (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 z (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1/9 binary64)))) |
(*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) (*.f64 z #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) z) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a t)) (/.f64 z #s(literal -1/9 binary64))) |
(*.f64 #s(literal -9 binary64) (pow.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64))) (*.f64 z t)) |
(*.f64 (/.f64 z (*.f64 a #s(literal -1/9 binary64))) (*.f64 t #s(literal 1/2 binary64))) |
(*.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64))) #s(literal 1 binary64)) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 t a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z #s(literal 1/2 binary64)) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(*.f64 (*.f64 z (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64)))) t) |
(*.f64 (*.f64 z (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 z (*.f64 a #s(literal -1/9 binary64)))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) #s(literal -1 binary64)) z) |
(*.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) #s(literal -1 binary64)) t) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 z t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (/.f64 z (/.f64 a t)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) (neg.f64 (/.f64 z (/.f64 a t)))) |
(neg.f64 (neg.f64 (/.f64 z (/.f64 a t)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z (/.f64 a t))))) |
(neg.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) t)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 z t)))) |
(/.f64 z (/.f64 a t)) |
(/.f64 t (/.f64 a z)) |
(/.f64 (*.f64 z t) a) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.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 (/.f64 z a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.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 t (*.f64 (/.f64 #s(literal 1 binary64) a) z)) |
(*.f64 (*.f64 z t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 (/.f64 t a) z) |
(*.f64 (/.f64 t a) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 z a) t) |
(*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (/.f64 a t)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 z t)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) t) |
(exp.f64 (*.f64 (log.f64 (/.f64 t a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) #s(literal 1 binary64))) |
(/.f64 a t) |
(/.f64 (/.f64 a t) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 t a)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(pow.f64 (/.f64 a t) #s(literal 1 binary64)) |
(pow.f64 (/.f64 t a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 a t) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 #s(literal 1 binary64) (/.f64 a t)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) a) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 (pow.f64 (/.f64 t a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 t a) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(neg.f64 (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 z (/.f64 a t))) #s(literal -9/2 binary64))) |
(neg.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) z)) |
(neg.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 z (/.f64 a t))))) |
(neg.f64 (*.f64 z (/.f64 #s(literal 9/2 binary64) (/.f64 a t)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))))) |
(neg.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) t)) |
(neg.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z))) |
(neg.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)))) |
(neg.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 a t))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) |
(/.f64 z (*.f64 (/.f64 a #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t)))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -9/2 binary64) (/.f64 a t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -9/2 binary64) (/.f64 a z)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a #s(literal 1/9 binary64)) t)) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 z (*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) #s(literal 1/2 binary64))) |
(*.f64 t (/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 t (*.f64 (/.f64 #s(literal -9/2 binary64) a) z)) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 z (/.f64 a t)))) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal 1/9 binary64)) t))) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 t a) (/.f64 z #s(literal -2/9 binary64))) |
(*.f64 (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 z (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1/9 binary64)))) |
(*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) (*.f64 z #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) z) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a t)) (/.f64 z #s(literal -1/9 binary64))) |
(*.f64 #s(literal -9 binary64) (pow.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64))) (*.f64 z t)) |
(*.f64 (/.f64 z (*.f64 a #s(literal -1/9 binary64))) (*.f64 t #s(literal 1/2 binary64))) |
(*.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64))) #s(literal 1 binary64)) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 t a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z #s(literal 1/2 binary64)) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(*.f64 (*.f64 z (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64)))) t) |
(*.f64 (*.f64 z (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 z (*.f64 a #s(literal -1/9 binary64)))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) #s(literal -1 binary64)) z) |
(*.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) #s(literal -1 binary64)) t) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(neg.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t)))) |
(neg.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) t)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a t)) |
(/.f64 t (/.f64 a #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) |
(/.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a #s(literal 1/9 binary64)) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -9/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 a t)))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) t) a) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a t)) #s(literal -1/9 binary64)) |
(/.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) t) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a t))) #s(literal 1/9 binary64)) |
(pow.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(*.f64 t (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 t (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 t a) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -9/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) t) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a t)) #s(literal -9 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64))) t) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64)))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal -1 binary64)) t) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x))) (/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a x))) |
(neg.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a x))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a x)))) |
(neg.f64 (*.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) x)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a x) y)) |
(/.f64 x (/.f64 a (*.f64 y #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 y #s(literal 1/2 binary64)) (/.f64 a x)) |
(/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 y #s(literal 1/2 binary64)) a))) |
(/.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 y (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(/.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 y (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 y #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(pow.f64 (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1/2 binary64) (/.f64 a x))) |
(*.f64 y (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 y (*.f64 (/.f64 x a) #s(literal 1/2 binary64))) |
(*.f64 y (*.f64 #s(literal -1/2 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y (/.f64 a x))) |
(*.f64 x (/.f64 (*.f64 y #s(literal 1/2 binary64)) a)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 y #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 y #s(literal 1/2 binary64)) (/.f64 x a)) |
(*.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 a x))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 y (/.f64 x (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 1/2 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 a x) y))) |
(*.f64 (/.f64 x a) (*.f64 y #s(literal 1/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 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 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) (/.f64 (*.f64 y #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(*.f64 (/.f64 y (/.f64 a x)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 y #s(literal -1/2 binary64)) (/.f64 a x))) |
(*.f64 (/.f64 y a) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 y x)) |
(*.f64 (*.f64 y x) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 y #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (*.f64 x #s(literal -1/2 binary64))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 y (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 a y) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a #s(literal 1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) y) #s(literal -1 binary64))) |
(*.f64 (*.f64 x (*.f64 y #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) (/.f64 a x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 y (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 y (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 y (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 x y) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 y #s(literal -1/2 binary64))) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 y a)) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 y x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 (/.f64 x a) y) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 (/.f64 x a) #s(literal 1/2 binary64)) y) |
(*.f64 (*.f64 (/.f64 (*.f64 y #s(literal -1/2 binary64)) a) #s(literal -1 binary64)) x) |
(-.f64 #s(literal 0 binary64) (*.f64 y #s(literal -1/2 binary64))) |
(neg.f64 (*.f64 y #s(literal -1/2 binary64))) |
(/.f64 (*.f64 y #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 (*.f64 y #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 y #s(literal -1/2 binary64)))) |
(*.f64 y #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) y) |
(*.f64 (*.f64 y #s(literal 1/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 1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 y #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (/.f64 a (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) |
(/.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 a (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 x a)) |
(/.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 a x) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 a x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) a) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x a) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(neg.f64 (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(neg.f64 (*.f64 (neg.f64 (/.f64 z (/.f64 a t))) #s(literal -9/2 binary64))) |
(neg.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) z)) |
(neg.f64 (*.f64 #s(literal -9/2 binary64) (neg.f64 (/.f64 z (/.f64 a t))))) |
(neg.f64 (*.f64 z (/.f64 #s(literal 9/2 binary64) (/.f64 a t)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))))) |
(neg.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) t)) |
(neg.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z))) |
(neg.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 a t)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)))) |
(neg.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) (/.f64 a t))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 a (*.f64 z t))) |
(/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))) |
(/.f64 z (*.f64 (/.f64 a #s(literal -9/2 binary64)) (/.f64 #s(literal 1 binary64) t))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t)))) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) (/.f64 #s(literal 1 binary64) z)) |
(/.f64 #s(literal 9/2 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 a t) #s(literal 9/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z)) |
(/.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 z t)) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a t) #s(literal -9/2 binary64)) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 #s(literal -9/2 binary64) (/.f64 a t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -9/2 binary64) (/.f64 a z)))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 a t)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t))) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (/.f64 #s(literal -1 binary64) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) z) (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) |
(/.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) (/.f64 #s(literal 1 binary64) t)) |
(/.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (/.f64 #s(literal -1 binary64) t)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) z) (/.f64 (*.f64 a #s(literal 1/9 binary64)) t)) |
(/.f64 (*.f64 (*.f64 #s(literal -9/2 binary64) z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(/.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) (/.f64 a t)) |
(pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1 binary64)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (/.f64 t a) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 z (/.f64 #s(literal -9/2 binary64) (/.f64 a t))) |
(*.f64 z (*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) #s(literal 1/2 binary64))) |
(*.f64 t (/.f64 (/.f64 #s(literal -9/2 binary64) a) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 t (*.f64 (/.f64 #s(literal -9/2 binary64) a) z)) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 z t) (/.f64 #s(literal -9/2 binary64) a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t))) |
(*.f64 (/.f64 z (/.f64 a t)) #s(literal -9/2 binary64)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 #s(literal 9/2 binary64) (neg.f64 (/.f64 z (/.f64 a t)))) |
(*.f64 #s(literal 9/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 #s(literal 9/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) #s(literal -9/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal 1/9 binary64)) t))) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 t a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 t a) (/.f64 z #s(literal -2/9 binary64))) |
(*.f64 (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 z (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -9/2 binary64)))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) (/.f64 t a)) |
(*.f64 (/.f64 #s(literal -9/2 binary64) a) (*.f64 z t)) |
(*.f64 (/.f64 z a) (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -9/2 binary64)))) |
(*.f64 (/.f64 z a) (/.f64 #s(literal 9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (/.f64 (/.f64 a t) #s(literal -9/2 binary64))))) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 z (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1/9 binary64)))) |
(*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) (*.f64 z #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) (/.f64 z a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) z) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 a t)) (/.f64 z #s(literal -1/9 binary64))) |
(*.f64 #s(literal -9 binary64) (pow.f64 (/.f64 (/.f64 a (*.f64 z t)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a z)) t) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64))) (*.f64 z t)) |
(*.f64 (/.f64 z (*.f64 a #s(literal -1/9 binary64))) (*.f64 t #s(literal 1/2 binary64))) |
(*.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 z (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 #s(literal 9/2 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal -1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 9/2 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) t) #s(literal -9/2 binary64))) |
(*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) |
(*.f64 (/.f64 (/.f64 #s(literal -9/2 binary64) a) #s(literal 1 binary64)) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64))) #s(literal 1 binary64)) (/.f64 t (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 (/.f64 #s(literal 9/2 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 #s(literal 1 binary64) t)) (/.f64 z a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a t) (*.f64 #s(literal -9/2 binary64) z)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9/2 binary64) (/.f64 a t))) (-.f64 #s(literal 0 binary64) z)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) (/.f64 t a)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 z #s(literal 1/2 binary64)) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(*.f64 (*.f64 z (/.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/9 binary64)))) t) |
(*.f64 (*.f64 z (/.f64 #s(literal 9/2 binary64) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 z (*.f64 a #s(literal -1/9 binary64)))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/2 binary64) (/.f64 a z))) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 z #s(literal 9/2 binary64)) a)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) (/.f64 a t)) #s(literal -1 binary64)) z) |
(*.f64 (*.f64 (/.f64 (*.f64 z #s(literal 9/2 binary64)) a) #s(literal -1 binary64)) t) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z)) |
(neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z)) |
(neg.f64 (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z) #s(literal 1 binary64))) |
(/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t))) |
(/.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) t) z) |
(/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 z t) (*.f64 a #s(literal -1/9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 t (/.f64 (*.f64 a #s(literal -1/9 binary64)) z))) |
(/.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(/.f64 (*.f64 a #s(literal -1/9 binary64)) (*.f64 z t)) |
(/.f64 (*.f64 a #s(literal -1/9 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 #s(literal -1 binary64) (/.f64 z (/.f64 (*.f64 a #s(literal 1/9 binary64)) t))) |
(/.f64 (*.f64 a #s(literal 1/9 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 (/.f64 z (/.f64 a t)))) |
(/.f64 #s(literal 1/9 binary64) (*.f64 (/.f64 t a) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 #s(literal 1/9 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 t a)) z)) |
(/.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) t) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/9 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -1/9 binary64))) (*.f64 z t)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 1/9 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a #s(literal 1/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z)) (-.f64 #s(literal 0 binary64) t)) |
(pow.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 #s(literal -1/9 binary64) z))) |
(*.f64 a (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -1/9 binary64))) |
(*.f64 (/.f64 a t) (/.f64 #s(literal -1/9 binary64) z)) |
(*.f64 (/.f64 a t) (*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1/9 binary64))) |
(*.f64 (/.f64 a t) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 #s(literal -1/9 binary64) (/.f64 a (*.f64 z t))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) t) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal -1 binary64) t) (/.f64 #s(literal -1/9 binary64) z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal -1 binary64) z))) |
(*.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/9 binary64) (/.f64 z (/.f64 a t)))) |
(*.f64 (/.f64 a (*.f64 z t)) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (/.f64 (*.f64 a #s(literal -1/9 binary64)) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) |
(*.f64 (*.f64 a #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z t))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t) z)) |
(*.f64 (/.f64 a z) (/.f64 #s(literal -1/9 binary64) t)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) z) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (/.f64 #s(literal -1/9 binary64) z) (/.f64 a t)) |
(*.f64 (pow.f64 (/.f64 z (*.f64 a #s(literal -1/9 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (pow.f64 (neg.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) z)) |
(*.f64 (/.f64 #s(literal -1/9 binary64) t) (/.f64 a z)) |
(*.f64 (/.f64 (/.f64 a t) #s(literal -1 binary64)) (/.f64 #s(literal 1/9 binary64) z)) |
(*.f64 (pow.f64 (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 z (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) a) (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1/9 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 a t)) #s(literal -1/9 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1/9 binary64)) (/.f64 a t)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 a #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 1/9 binary64)) t)) |
(neg.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) t)) |
(/.f64 #s(literal -1/9 binary64) (/.f64 t a)) |
(/.f64 #s(literal 1 binary64) (/.f64 t (*.f64 a #s(literal -1/9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 t a) #s(literal -1/9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 a #s(literal -1/9 binary64)) t) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))))) |
(/.f64 (*.f64 a #s(literal 1/9 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 0 binary64) (/.f64 t a))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1/9 binary64))) t) |
(pow.f64 (/.f64 t (*.f64 a #s(literal -1/9 binary64))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1/9 binary64))) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(*.f64 a (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 a (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1/9 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 a t) #s(literal -1/9 binary64)) |
(*.f64 #s(literal -1/9 binary64) (/.f64 a t)) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/9 binary64)) t) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 #s(literal -1 binary64) t) #s(literal -1/9 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a t)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -1/9 binary64)) t)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) |
(*.f64 (*.f64 a #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (*.f64 a #s(literal -1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) t) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 1/9 binary64)) t)) |
(*.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 #s(literal -1 binary64) t)) |
(*.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a t))) |
(*.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) t)) a) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) |
(neg.f64 (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z t)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 (*.f64 z t) #s(literal 1 binary64))) |
(*.f64 #s(literal -9/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)))) |
(*.f64 z (*.f64 #s(literal -9/2 binary64) t)) |
(*.f64 z (*.f64 t #s(literal -9/2 binary64))) |
(*.f64 z (*.f64 (*.f64 t #s(literal -9/2 binary64)) #s(literal 1 binary64))) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (*.f64 z t) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) #s(literal 1 binary64)) |
(*.f64 #s(literal 9/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 z t))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) (*.f64 z t))) |
(*.f64 (*.f64 #s(literal -9/2 binary64) z) t) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 z t) #s(literal 9/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t)) #s(literal 9/2 binary64)) |
(*.f64 (*.f64 z #s(literal 9/2 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(*.f64 (*.f64 #s(literal -9/2 binary64) t) z) |
(*.f64 (*.f64 t #s(literal -9/2 binary64)) z) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 z t)) #s(literal -9/2 binary64)) |
(*.f64 (neg.f64 (*.f64 z #s(literal 9/2 binary64))) t) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 z t))) #s(literal -9/2 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) z)) t) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/2 binary64) t)) z) |
| 1× | egg-herbie |
| 4886× | *-lowering-*.f32 |
| 4886× | *-lowering-*.f64 |
| 1806× | /-lowering-/.f32 |
| 1806× | /-lowering-/.f64 |
| 1510× | times-frac |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 148 | 4170 |
| 1 | 515 | 4164 |
| 2 | 1788 | 4164 |
| 3 | 4623 | 4164 |
| 0 | 8609 | 4164 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 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))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(* -9/2 (/ (* t z) a)) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(* 1/2 (/ (* x y) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(* 1/2 (/ (* x y) a)) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(* 1/2 (/ x a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(* -9/2 (/ (* t z) (* a y))) |
(* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z))))) |
(* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z))))) |
(* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z))))) |
(* -9/2 (/ (* t z) (* a y))) |
(* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y)))))) |
(* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y)))))) |
(* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y)))))) |
(* 1/2 (/ x a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(* -9/2 (/ (* t z) (* a y))) |
(* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t))))) |
(* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t))))) |
(* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t))))) |
(* -9/2 (/ (* t z) (* a y))) |
(* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y)))))) |
(* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y)))))) |
(* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y)))))) |
(* -9/2 (/ (* t z) (* a y))) |
(/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y) |
(/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y) |
(/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y) |
(* 1/2 (/ x a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(* 1/2 (/ x a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(* -9/2 (/ (* t z) (* a y))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(* 1/2 (/ x a)) |
(* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))) |
(* 1/2 (/ x a)) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(* -9/2 (/ (* t z) y)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(* -9/2 (/ (* t z) y)) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* -9/2 (/ (* t z) y)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(* 1/2 x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(* 1/2 x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) y)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/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) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(/ a t) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -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)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x y) a)) |
(* 1/2 (/ (* x 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) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -9/2 (/ (* t z) a)) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a (* t z))) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -1/9 (/ a t)) |
(* -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)) |
| Outputs |
|---|
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* z (+ (* -9/2 (/ t a)) (* 1/2 (/ (* x y) (* a z))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* z (+ (* -1/2 (/ (* x y) (* a z))) (* 9/2 (/ t a))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* t (+ (* -9/2 (/ z a)) (* 1/2 (/ (* x y) (* a t))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* t (+ (* -1/2 (/ (* x y) (* a t))) (* 9/2 (/ z a))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* y (+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* y (+ (* -1/2 (/ x a)) (* 9/2 (/ (* t z) (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* x (+ (* -9/2 (/ (* t z) (* a x))) (* 1/2 (/ y a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(* -1 (* x (+ (* -1/2 (/ y a)) (* 9/2 (/ (* t z) (* a x)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(/ (* y (+ (* -9/2 (/ (* t z) y)) (* 1/2 x))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) (*.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) #s(literal 1 binary64))) a) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -9/2 (/ (* t z) (* a y))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) |
(* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* z (+ (* -9/2 (/ t (* a y))) (* 1/2 (/ x (* a z))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -9/2 (/ (* t z) (* a y))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) |
(* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -1 (* z (+ (* -1/2 (/ x (* a z))) (* 9/2 (/ t (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -9/2 (/ (* t z) (* a y))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) |
(* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* t (+ (* -9/2 (/ z (* a y))) (* 1/2 (/ x (* a t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -9/2 (/ (* t z) (* a y))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) |
(* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -1 (* t (+ (* -1/2 (/ x (* a t))) (* 9/2 (/ z (* a y)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -9/2 (/ (* t z) (* a y))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) |
(/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) y) |
(/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) y) |
(/ (+ (* -9/2 (/ (* t z) a)) (* 1/2 (/ (* x y) a))) y) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a)))) y) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -9/2 (/ (* t z) (* a y))) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(+ (* -9/2 (/ (* t z) (* a y))) (* 1/2 (/ x a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* x (+ (* -9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* 1/2 (/ x a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) a) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* a (* x y)))) (* 1/2 (/ 1 a))))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) y) (/.f64 (*.f64 #s(literal 1/2 binary64) x) a)) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(/ (+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) a) |
(/.f64 (+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) a) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* z (+ (* -9/2 (/ t y)) (* 1/2 (/ x z)))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -1 (* z (+ (* -1/2 (/ x z)) (* 9/2 (/ t y))))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* t (+ (* -9/2 (/ z y)) (* 1/2 (/ x t)))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -1 (* t (+ (* -1/2 (/ x t)) (* 9/2 (/ z y))))) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(/ (+ (* -9/2 (* t z)) (* 1/2 (* x y))) y) |
(/.f64 (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t z)) (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) y) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(+ (* -9/2 (/ (* t z) y)) (* 1/2 x)) |
(+.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) #s(literal 1 binary64))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) #s(literal 1 binary64))) |
(* x (+ 1/2 (* -9/2 (/ (* t z) (* x y))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) #s(literal 1 binary64))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) #s(literal 1 binary64))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) #s(literal 1 binary64))) |
(* -1 (* x (- (* 9/2 (/ (* t z) (* x y))) 1/2))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) #s(literal 1 binary64))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) y)) |
(*.f64 t (*.f64 #s(literal -9/2 binary64) (/.f64 z y))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ (* t z) a) |
(*.f64 z (/.f64 t a)) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(/ a t) |
(/.f64 a t) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* -9/2 (/ t a)) |
(*.f64 #s(literal -9/2 binary64) (/.f64 t a)) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) |
(* 1/2 (/ (* x y) a)) |
(/.f64 (*.f64 #s(literal 1/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) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -9/2 (/ (* t z) a)) |
(*.f64 #s(literal -9/2 binary64) (*.f64 z (/.f64 t a))) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a (* t z))) |
(/.f64 (*.f64 a (/.f64 #s(literal -1/9 binary64) t)) z) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -1/9 (/ a t)) |
(*.f64 a (/.f64 #s(literal -1/9 binary64) t)) |
(* -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)) |
Compiled 21598 to 2141 computations (90.1% saved)
17 alts after pruning (10 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1538 | 7 | 1545 |
| Fresh | 7 | 3 | 10 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 4 | 4 |
| Total | 1547 | 17 | 1564 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 88.0% | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| 45.7% | (/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) | |
| ✓ | 49.0% | (/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
| 49.0% | (/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) | |
| 47.9% | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) | |
| 50.2% | (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) | |
| 53.1% | (/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) | |
| 52.8% | (/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) | |
| ✓ | 88.0% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| 83.2% | (*.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) y) | |
| 48.4% | (*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) | |
| ✓ | 53.6% | (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
| 40.6% | (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) | |
| ✓ | 52.9% | (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
| 54.3% | (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) | |
| ✓ | 49.5% | (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
| ✓ | 52.5% | (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
Compiled 869 to 364 computations (58.1% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) |
(/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(*.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) a)) |
(*.f64 t (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 z a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) t))) |
(*.f64 z (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 t a)) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x y)) a) z))) |
(/.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) y) (*.f64 #s(literal 1/2 binary64) x))) a)) |
(/.f64 (*.f64 y (*.f64 a (+.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) y)) (*.f64 #s(literal 1/2 binary64) x)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x y) #s(literal 2 binary64)) a) (*.f64 a (/.f64 (*.f64 z (*.f64 t #s(literal -9 binary64))) #s(literal -2 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (*.f64 (*.f64 t t) #s(literal 81 binary64))) (*.f64 y (*.f64 x (*.f64 x y)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 y (*.f64 x (*.f64 x y))) (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) #s(literal -81 binary64))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(+.f64 (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (neg.f64 (/.f64 (*.f64 z #s(literal 9 binary64)) #s(literal 2 binary64))) (/.f64 t a) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 z t) a)))) |
(+.f64 (fma.f64 (/.f64 y a) (/.f64 x #s(literal 2 binary64)) (*.f64 (/.f64 t a) (*.f64 #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 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))))) |
| Outputs |
|---|
(*.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) y) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
11 calls:
| 17.0ms | y |
| 17.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 15.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 14.0ms | a |
| 14.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 88.0% | 1 | x |
| 94.6% | 3 | y |
| 90.2% | 2 | z |
| 92.0% | 3 | t |
| 95.2% | 2 | a |
| 96.8% | 3 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 96.8% | 3 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 95.0% | 3 | (*.f64 x y) |
| 94.0% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 90.2% | 2 | (*.f64 z #s(literal 9 binary64)) |
| 95.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 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) |
(/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
| Outputs |
|---|
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) |
2 calls:
| 10.0ms | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
| 8.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.8% | 3 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 96.8% | 3 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 32 to 23 computations (28.1% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) |
(/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
| Outputs |
|---|
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
7 calls:
| 37.0ms | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 14.0ms | a |
| 9.0ms | y |
| 9.0ms | (*.f64 a #s(literal 2 binary64)) |
| 8.0ms | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.0% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| 88.0% | 1 | y |
| 93.6% | 3 | (*.f64 x y) |
| 88.0% | 1 | a |
| 88.0% | 1 | (*.f64 a #s(literal 2 binary64)) |
| 88.0% | 1 | (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| 88.0% | 1 | (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) |
Compiled 70 to 54 computations (22.9% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) |
(/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) (*.f64 a #s(literal 2 binary64))) |
| Outputs |
|---|
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
1 calls:
| 9.0ms | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.9% | 3 | (*.f64 (*.f64 z #s(literal 9 binary64)) t) |
Compiled 10 to 8 computations (20% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) |
(/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
1 calls:
| 7.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.5% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) |
(/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
1 calls:
| 21.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.5% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (/.f64 a x)) |
(/.f64 (*.f64 x y) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 x y) (/.f64 a #s(literal 1/2 binary64))) |
(/.f64 (*.f64 y (*.f64 #s(literal 1/2 binary64) x)) a) |
(*.f64 (*.f64 z t) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 a t)) z)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1/9 binary64) (/.f64 t a)) z)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) x) a)) |
(/.f64 (*.f64 t (*.f64 z #s(literal -9 binary64))) (*.f64 a #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 a (*.f64 x y)))) a) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal -1/9 binary64))) z)) |
(/.f64 (*.f64 a (*.f64 #s(literal 1/2 binary64) (*.f64 x y))) (*.f64 a a)) |
| Outputs |
|---|
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
7 calls:
| 9.0ms | z |
| 8.0ms | y |
| 7.0ms | (*.f64 a #s(literal 2 binary64)) |
| 7.0ms | t |
| 7.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 71.5% | 3 | x |
| 73.6% | 3 | y |
| 62.5% | 5 | a |
| 62.5% | 5 | (*.f64 a #s(literal 2 binary64)) |
| 71.1% | 3 | z |
| 75.1% | 3 | t |
| 78.5% | 3 | (*.f64 x y) |
Compiled 46 to 38 computations (17.4% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x) |
(/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 z t)) a) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
1 calls:
| 5.0ms | (*.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 78.5% | 3 | (*.f64 x y) |
Compiled 8 to 6 computations (25% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 a t)) z) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 x y)) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
(*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
1 calls:
| 3.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 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 t (*.f64 (/.f64 z a) #s(literal -9/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
1 calls:
| 2.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.6% | 3 | t |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a)) |
5 calls:
| 3.0ms | a |
| 2.0ms | t |
| 2.0ms | z |
| 2.0ms | y |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.5% | 1 | a |
| 52.5% | 1 | z |
| 54.3% | 2 | x |
| 52.5% | 1 | y |
| 52.5% | 1 | t |
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 a t))) |
| Outputs |
|---|
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
3 calls:
| 1.0ms | z |
| 1.0ms | x |
| 1.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.5% | 1 | z |
| 52.5% | 1 | t |
| 52.5% | 1 | x |
Compiled 18 to 15 computations (16.7% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 4.306936040316018e+262 | 2.1757441140537232e+269 |
| 0.0ms | -inf | -1.6372846960083315e+308 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 4.306936040316018e+262 | 2.1757441140537232e+269 |
| 0.0ms | -inf | -1.6372846960083315e+308 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.587940308447607e+227 | 1.2053469900831347e+229 |
| 0.0ms | -inf | -1.9578645993798168e+287 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 9.587940308447607e+227 | 1.2053469900831347e+229 |
| 0.0ms | -inf | -1.9578645993798168e+287 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.265826496181685e+234 | 1.855356500698573e+247 |
| 0.0ms | -inf | -1.6372846960083315e+308 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.265826496181685e+234 | 1.855356500698573e+247 |
| 0.0ms | -inf | -1.6372846960083315e+308 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 7.745615654859054e+37 | 1.4344432883855295e+43 |
| 0.0ms | -1.9416794176557686e+90 | -1.1855476331755e+77 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 7.745615654859054e+37 | 1.4344432883855295e+43 |
| 0.0ms | -1.9416794176557686e+90 | -1.1855476331755e+77 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.144108076447723e+117 | 1.0740124332389381e+125 |
| 0.0ms | -1.9416794176557686e+90 | -1.1855476331755e+77 |
Compiled 26 to 20 computations (23.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 9.107288473188953e-6 | 0.04443651783783583 |
| 19.0ms | -3.281797495640872e-80 | -2.8774424491531555e-91 |
| 25.0ms | 288× | 0 | valid |
Compiled 494 to 380 computations (23.1% saved)
ival-mult: 8.0ms (54.7% of total)ival-div: 4.0ms (27.3% of total)ival-sub: 1.0ms (6.8% of total)const: 1.0ms (6.8% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 3.962790174637303e-256 | 4.4588734247089833e-249 |
| 11.0ms | 144× | 0 | valid |
Compiled 260 to 200 computations (23.1% saved)
ival-mult: 4.0ms (65.8% of total)ival-sub: 1.0ms (16.5% of total)ival-div: 1.0ms (16.5% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 68× | *-commutative_binary64 |
| 24× | +-commutative_binary64 |
| 18× | sub-neg_binary64 |
| 16× | distribute-lft-neg-in_binary64 |
| 16× | distribute-rgt-neg-in_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 101 | 419 |
| 1 | 151 | 419 |
| 2 | 182 | 419 |
| 3 | 196 | 419 |
| 4 | 206 | 419 |
| 5 | 209 | 419 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) y) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 50000000000000000808641964750479173904808635607662340548377888148027076765017894218066761248220268214409526651659198157558160862337464586976620770012728237922171745492823012977904696162464994403544567813535332343801807473555091568218027187679345077223333151375360 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 binary64)) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 50000000000000000808641964750479173904808635607662340548377888148027076765017894218066761248220268214409526651659198157558160862337464586976620770012728237922171745492823012977904696162464994403544567813535332343801807473555091568218027187679345077223333151375360 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999924509121522475246865178672200286390413373640190927670776874706901000867474584296317792102107215397297714017257980807797893073643852992008461269166974189675556141912776812173197487139230503413422370196749149011968 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999924509121522475246865178672200286390413373640190927670776874706901000867474584296317792102107215397297714017257980807797893073643852992008461269166974189675556141912776812173197487139230503413422370196749149011968 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 4000000000000000071463380715227721294958115719866647221775093602238680374746769694703310198479796968316592622963504989040286903141021632643102843229688614169352013734586384083840095699369327263862581888776482840696626798286417136975872 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 4000000000000000071463380715227721294958115719866647221775093602238680374746769694703310198479796968316592622963504989040286903141021632643102843229688614169352013734586384083840095699369327263862581888776482840696626798286417136975872 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) (if (<=.f64 (*.f64 x y) #s(literal 99999999999999997748809823456034029568 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 99999999999999997748809823456034029568 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 2000000000000000101110855451990067628456474061606006558040962949444465527954170811648466754210124438504834226473402368 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 t #s(literal -1495190925144637/1067993517960455041197510853084776057301352261178326384973520803911109862890320275011481043468288 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) (if (<=.f64 t #s(literal 8116567392432203/147573952589676412928 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))))) |
(if (<=.f64 x #s(literal 1109418515384897/528294531135665246352339784916516606518847326036121522127960709026673902556724859474417255887657187894674394993257128678882347559502685537250538978462939576908386683999005084168731517676426441053024232908211188404148028292751561738838396898767036476489538580897737998336 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
| Outputs |
|---|
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 binary64)) (*.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) x)) a) y) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 50000000000000000808641964750479173904808635607662340548377888148027076765017894218066761248220268214409526651659198157558160862337464586976620770012728237922171745492823012977904696162464994403544567813535332343801807473555091568218027187679345077223333151375360 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 binary64)) (*.f64 y (/.f64 (+.f64 (*.f64 t (*.f64 (/.f64 z y) #s(literal -9/2 binary64))) (*.f64 x #s(literal 1/2 binary64))) a)) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 50000000000000000808641964750479173904808635607662340548377888148027076765017894218066761248220268214409526651659198157558160862337464586976620770012728237922171745492823012977904696162464994403544567813535332343801807473555091568218027187679345077223333151375360 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 binary64)) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 50000000000000000808641964750479173904808635607662340548377888148027076765017894218066761248220268214409526651659198157558160862337464586976620770012728237922171745492823012977904696162464994403544567813535332343801807473555091568218027187679345077223333151375360 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))) (*.f64 #s(literal 1/2 binary64) x))))) |
(if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal -inf.0 binary64)) (*.f64 (/.f64 y a) (+.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))))) (if (<=.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z #s(literal 9 binary64)) t)) #s(literal 50000000000000000808641964750479173904808635607662340548377888148027076765017894218066761248220268214409526651659198157558160862337464586976620770012728237922171745492823012977904696162464994403544567813535332343801807473555091568218027187679345077223333151375360 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 y a) (+.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 #s(literal -9/2 binary64) (*.f64 t (/.f64 z y))))))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999924509121522475246865178672200286390413373640190927670776874706901000867474584296317792102107215397297714017257980807797893073643852992008461269166974189675556141912776812173197487139230503413422370196749149011968 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 (*.f64 z t) #s(literal 9 binary64))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 t (*.f64 z (/.f64 #s(literal -9/2 binary64) a))) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999924509121522475246865178672200286390413373640190927670776874706901000867474584296317792102107215397297714017257980807797893073643852992008461269166974189675556141912776812173197487139230503413422370196749149011968 binary64)) (/.f64 (-.f64 (*.f64 x y) (*.f64 #s(literal 9 binary64) (*.f64 z t))) (*.f64 a #s(literal 2 binary64))) (*.f64 t (*.f64 z (/.f64 #s(literal -9/2 binary64) a))))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999924509121522475246865178672200286390413373640190927670776874706901000867474584296317792102107215397297714017257980807797893073643852992008461269166974189675556141912776812173197487139230503413422370196749149011968 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t))) |
(if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal -inf.0 binary64)) (*.f64 t (*.f64 z (/.f64 #s(literal -9/2 binary64) a))) (if (<=.f64 (*.f64 (*.f64 z #s(literal 9 binary64)) t) #s(literal 999999999999999924509121522475246865178672200286390413373640190927670776874706901000867474584296317792102107215397297714017257980807797893073643852992008461269166974189675556141912776812173197487139230503413422370196749149011968 binary64)) (/.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (*.f64 a #s(literal 2 binary64))) (*.f64 t (*.f64 z (/.f64 #s(literal -9/2 binary64) a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 4000000000000000071463380715227721294958115719866647221775093602238680374746769694703310198479796968316592622963504989040286903141021632643102843229688614169352013734586384083840095699369327263862581888776482840696626798286417136975872 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 4000000000000000071463380715227721294958115719866647221775093602238680374746769694703310198479796968316592622963504989040286903141021632643102843229688614169352013734586384083840095699369327263862581888776482840696626798286417136975872 binary64)) (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))))) (*.f64 x (/.f64 (*.f64 y #s(literal 1/2 binary64)) a)))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 4000000000000000071463380715227721294958115719866647221775093602238680374746769694703310198479796968316592622963504989040286903141021632643102843229688614169352013734586384083840095699369327263862581888776482840696626798286417136975872 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64))))) (*.f64 (/.f64 (*.f64 y #s(literal 1/2 binary64)) a) x))) |
(if (<=.f64 (*.f64 x y) #s(literal -inf.0 binary64)) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 4000000000000000071463380715227721294958115719866647221775093602238680374746769694703310198479796968316592622963504989040286903141021632643102843229688614169352013734586384083840095699369327263862581888776482840696626798286417136975872 binary64)) (*.f64 (+.f64 (*.f64 x y) (*.f64 z (*.f64 t #s(literal -9 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 x (/.f64 (*.f64 y #s(literal 1/2 binary64)) a)))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 a y)) (if (<=.f64 (*.f64 x y) #s(literal 99999999999999997748809823456034029568 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 a y)) (if (<=.f64 (*.f64 x y) #s(literal 99999999999999997748809823456034029568 binary64)) (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 99999999999999997748809823456034029568 binary64)) (*.f64 (/.f64 t a) (*.f64 #s(literal -9/2 binary64) z)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 99999999999999997748809823456034029568 binary64)) (*.f64 (/.f64 t a) (*.f64 z #s(literal -9/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 2000000000000000101110855451990067628456474061606006558040962949444465527954170811648466754210124438504834226473402368 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -9/2 binary64) a) z) t) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 (*.f64 x y) #s(literal -999999999999999966484112715463900049825186092620125502979674597309179755437379230686511104 binary64)) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 y a)) (if (<=.f64 (*.f64 x y) #s(literal 2000000000000000101110855451990067628456474061606006558040962949444465527954170811648466754210124438504834226473402368 binary64)) (*.f64 t (*.f64 z (/.f64 #s(literal -9/2 binary64) a))) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))))) |
(if (<=.f64 t #s(literal -1495190925144637/1067993517960455041197510853084776057301352261178326384973520803911109862890320275011481043468288 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) (if (<=.f64 t #s(literal 8116567392432203/147573952589676412928 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 y (/.f64 x a))) (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))))) |
(if (<=.f64 x #s(literal 1109418515384897/528294531135665246352339784916516606518847326036121522127960709026673902556724859474417255887657187894674394993257128678882347559502685537250538978462939576908386683999005084168731517676426441053024232908211188404148028292751561738838396898767036476489538580897737998336 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 t z) a))) |
(if (<=.f64 x #s(literal 1109418515384897/528294531135665246352339784916516606518847326036121522127960709026673902556724859474417255887657187894674394993257128678882347559502685537250538978462939576908386683999005084168731517676426441053024232908211188404148028292751561738838396898767036476489538580897737998336 binary64)) (*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) (*.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 z t) a))) |
(*.f64 #s(literal -9/2 binary64) (/.f64 z (/.f64 a t))) |
| 6296× | *-lowering-*.f32 |
| 6296× | *-lowering-*.f64 |
| 5614× | *-lowering-*.f32 |
| 5614× | *-lowering-*.f64 |
| 5390× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 110 |
| 1 | 129 | 107 |
| 2 | 946 | 107 |
| 0 | 9173 | 107 |
| 0 | 18 | 56 |
| 1 | 87 | 56 |
| 2 | 758 | 56 |
| 0 | 9164 | 56 |
| 0 | 209 | 7554 |
| 1 | 733 | 7338 |
| 2 | 2511 | 7242 |
| 3 | 6508 | 7242 |
| 0 | 8201 | 7242 |
| 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 | 45 | 185 |
| 1 | 298 | 169 |
| 2 | 2891 | 167 |
| 0 | 8619 | 167 |
| 0 | 123 | 2604 |
| 1 | 431 | 2580 |
| 2 | 1457 | 2580 |
| 3 | 5268 | 2556 |
| 0 | 8227 | 2556 |
| 0 | 32 | 147 |
| 1 | 164 | 145 |
| 2 | 1211 | 143 |
| 0 | 8313 | 143 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 1619 to 960 computations (40.7% saved)
(sort z t)
(negabs a)
Compiled 1636 to 584 computations (64.3% saved)
Loading profile data...